mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
. Added "Content Forms" folder to the Data Dictionary on bootstrap
. Added the usual helper methods to get assoc name for the new folder git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3974 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -78,6 +78,13 @@
|
|||||||
<cm:title>${spaces.scripts.name}</cm:title>
|
<cm:title>${spaces.scripts.name}</cm:title>
|
||||||
<cm:description>${spaces.scripts.description}</cm:description>
|
<cm:description>${spaces.scripts.description}</cm:description>
|
||||||
</cm:folder>
|
</cm:folder>
|
||||||
|
<cm:folder view:childName="${spaces.content_forms.childname}">
|
||||||
|
<app:uifacets />
|
||||||
|
<cm:name>${spaces.content_forms.name}</cm:name>
|
||||||
|
<app:icon>space-icon-default</app:icon>
|
||||||
|
<cm:title>${spaces.content_forms.name}</cm:title>
|
||||||
|
<cm:description>${spaces.content_forms.description}</cm:description>
|
||||||
|
</cm:folder>
|
||||||
</cm:contains>
|
</cm:contains>
|
||||||
</cm:folder>
|
</cm:folder>
|
||||||
<cm:folder view:childName="${spaces.guest_home.childname}">
|
<cm:folder view:childName="${spaces.guest_home.childname}">
|
||||||
|
@@ -264,6 +264,7 @@
|
|||||||
<prop key="spaces.savedsearches.childname">${spaces.savedsearches.childname}</prop>
|
<prop key="spaces.savedsearches.childname">${spaces.savedsearches.childname}</prop>
|
||||||
<prop key="spaces.scripts.childname">${spaces.scripts.childname}</prop>
|
<prop key="spaces.scripts.childname">${spaces.scripts.childname}</prop>
|
||||||
<prop key="spaces.wcm.childname">${spaces.wcm.childname}</prop>
|
<prop key="spaces.wcm.childname">${spaces.wcm.childname}</prop>
|
||||||
|
<prop key="spaces.content_forms.childname">${spaces.content_forms.childname}</prop>
|
||||||
</props>
|
</props>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
@@ -29,3 +29,6 @@ spaces.scripts.description=JavaScript files
|
|||||||
|
|
||||||
spaces.wcm.name=Websites
|
spaces.wcm.name=Websites
|
||||||
spaces.wcm.description=Web Content Management Spaces
|
spaces.wcm.description=Web Content Management Spaces
|
||||||
|
|
||||||
|
spaces.content_forms.name=Content Forms
|
||||||
|
spaces.content_forms.description=Web Content Forms
|
||||||
|
@@ -104,6 +104,7 @@ spaces.templates.rss.childname=app:rss_templates
|
|||||||
spaces.savedsearches.childname=app:saved_searches
|
spaces.savedsearches.childname=app:saved_searches
|
||||||
spaces.scripts.childname=app:scripts
|
spaces.scripts.childname=app:scripts
|
||||||
spaces.wcm.childname=app:wcm
|
spaces.wcm.childname=app:wcm
|
||||||
|
spaces.content_forms.childname=app:wcm_forms
|
||||||
|
|
||||||
# Folders for storing people
|
# Folders for storing people
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user