Author: jaz
Date: Mon Nov 19 12:45:16 2007
New Revision: 596441
URL:
http://svn.apache.org/viewvc?rev=596441&view=revLog:
Added new placeholder content types for BLOG and FAQ
Modified:
ofbiz/trunk/applications/content/data/ContentTypeData.xml
Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=596441&r1=596440&r2=596441&view=diff==============================================================================
--- ofbiz/trunk/applications/content/data/ContentTypeData.xml (original)
+++ ofbiz/trunk/applications/content/data/ContentTypeData.xml Mon Nov 19 12:45:16 2007
@@ -136,7 +136,9 @@
<ContentType contentTypeId="PEOPLE" description="People" parentTypeId="PLACEHOLDER"/>
<ContentType contentTypeId="PERSON" description="Person" parentTypeId="PLACEHOLDER"/>
<ContentType contentTypeId="WEB_SITE_PUB_PT" parentTypeId="PLACEHOLDER" hasTable="Y" description="Publish Point"/>
- <ContentType contentTypeId="FORUM_ROOT" parentTypeId="PLACEHOLDER" hasTable="N" description="Forum root publish point"/>
+ <ContentType contentTypeId="FORUM_ROOT" parentTypeId="PLACEHOLDER" hasTable="N" description="Forum Root"/>
+ <ContentType contentTypeId="BLOG_ROOT" parentTypeId="PLACEHOLDER" hasTable="N" description="Blog Root"/>
+ <ContentType contentTypeId="FAQ_ROOT" parentTypeId="PLACEHOLDER" hasTable="N" description="FAQ Root"/>
<ContentType contentTypeId="DEPARTMENT" description="Department" parentTypeId="PLACEHOLDER"/>
<ContentType contentTypeId="TOPIC" description="Topic" parentTypeId="PLACEHOLDER"/>