Files
alfresco-community-repo/config/alfresco/bootstrap/multilingualRoot.xml
2007-05-22 05:00:16 +00:00

15 lines
597 B
XML

<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:cm="http://www.alfresco.org/model/content/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0"
xmlns:app="http://www.alfresco.org/model/application/1.0">
<cm:mlRoot view:childName="cm:multilingualRoot">
<view:acl view:inherit="false">
<view:ace view:access="ALLOWED">
<view:authority>GROUP_EVERYONE</view:authority>
<view:permission>Consumer</view:permission>
</view:ace>
</view:acl>
</cm:mlRoot>
</view:view>