Try to create a 'custom' history tab by placing the following in a bundle:
<nuxeo-slot-content name="documentHistoryItem" slot="DOCUMENT_VIEWS_ITEMS" order="30" disabled> <template> <nuxeo-page-item name="history" label="browser.history"></nuxeo-page-item> </template> </nuxeo-slot-content> <nuxeo-slot-content name="customdocumentHistoryItem" slot="DOCUMENT_VIEWS_ITEMS" order="30" > <template> <nuxeo-page-item name="history" label="custom"></nuxeo-page-item> </template> </nuxeo-slot-content>
On Microsoft Edge the default tab and the custom tab will be visible. On any other browser, only the custom one will be visible. See attached Studio proj and screenshots.
- is related to
-
NXS-5664 Bump priority of slot content overrides
- Resolved