Main page in Nuxeo which loads sub-pages like import, tree structure etc

Hi folks,

    I want to customize the view of Nuxeo without Studio. i.e I want to know which is the main page which calls the import widget, tree structure etc,. so that disabling of these widgets results in absence of them in view. I experimented with theme-contrib.xml and document-management.xml but couldn't find the answer. Kindly help me to know about master page which loads these sub pages.
0 votes

1 answers

1624 views

ANSWER



If you're in 6.0, I'd take a look to the views in Nuxeo explorer: http://explorer.nuxeo.com/nuxeo/site/distribution/Nuxeo%20Platform-6.0/viewExtensionPoint/org.nuxeo.theme.services.ThemeService--views

However, if you just want to hide things, I would make a contribution an disable some actions: https://doc.nuxeo.com/display/NXDOC/How+to+Hide+a+Tab,+a+Link+or+a+Button+for+a+Group+or+a+User

0 votes