mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Tagging bootstrap and model. Javascript API tag cloud function
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7479 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1100,9 +1100,21 @@
|
||||
|
||||
</cm:category>
|
||||
|
||||
<!-- Tags -->
|
||||
<cm:category>
|
||||
<view:acl>
|
||||
<view:ace view:access="ALLOWED">
|
||||
<view:authority>GROUP_EVERYONE</view:authority>
|
||||
<view:permission>Contributor</view:permission>
|
||||
</view:ace>
|
||||
</view:acl>
|
||||
<cm:name>Tags</cm:name>
|
||||
</cm:category>
|
||||
|
||||
</cm:subcategories>
|
||||
|
||||
</cm:category>
|
||||
|
||||
</cm:categories>
|
||||
</cm:category_root>
|
||||
|
||||
|
14
config/alfresco/bootstrap/tagRootCategory.xml
Normal file
14
config/alfresco/bootstrap/tagRootCategory.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
|
||||
xmlns:sys="http://www.alfresco.org/model/system/1.0"
|
||||
xmlns:cm="http://www.alfresco.org/model/content/1.0">
|
||||
<cm:category view:childName="cm:taggable">
|
||||
<view:acl view:inherit="false">
|
||||
<view:ace view:access="ALLOWED">
|
||||
<view:authority>GROUP_EVERYONE</view:authority>
|
||||
<view:permission>Collaborator</view:permission>
|
||||
</view:ace>
|
||||
</view:acl>
|
||||
<cm:name>Tags</cm:name>
|
||||
<sys:node-uuid>tag:tag-root</sys:node-uuid>
|
||||
</cm:category>
|
||||
</view:view>
|
Reference in New Issue
Block a user