04-02-2015 07:28 AM
Hi,
I currently have multiple domains (6 in total) on my instance Nuxeo. Each domains have a sectionRoot by default.
I would like to use only one sectionRoot for all users and delete the others sectionRoot.
I looked at the extension point "treeInstance" but I can't override it. Nuxeo always keeps the basic configuration and add my contribution.
Below is my contrib :
<?xml version="1.0"?>
<component name="org.aclille.ecm.platform.publisher.contrib">
<require>org.nuxeo.ecm.platform.publisher.contrib</require>
<extension target="org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl" point="treeInstance">
<publicationTreeConfig factory="CoreProxy" localSectionTree="false" name="DefaultSectionsTree" title="label.publication.tree.local.sections" tree="RootSectionsCoreTree" >
<parameters>
<parameter name="RootPath">/projets-academiques-domain/sections</parameter>
<parameter name="enableSnapshot">true</parameter>
<parameter name="iconExpanded">/icons/folder_open.gif</parameter>
<parameter name="iconCollapsed">/icons/folder.gif</parameter>
</parameters>
</publicationTreeConfig>
</extension>
</component>
Thanks for advance
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.