loading two different document-management.xml
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2016 02:01 AM
Hi folks, I want to know how we can load two different document-management.xml file in theme-contrib.xml. I want to load these two different files based on some condition. For example, if i click on a URL, a different document-management.xml(default) should be loaded and if i click on another URL, my customized document-management.xml should be loaded.
<extension target="org.nuxeo.theme.services.ThemeService"
point="themes">
<theme>
<src>themes/custom-document-management.xml</src>
<src>themes/default-document-management.xml</src>
</theme>
</extension>
I dont know whether in nuxeo we can load two document-management.xml in same build. Please help me on this.
0 REPLIES 0
