When using a custom context path (e.g. not '/nuxeo'), the JSON button is hidden and lacks on-click export functionality.
Steps to reproduce:
- Configure Nuxeo with a custom contextPath (follow steps in doc)
- After starting instance, navigate to a Document.
- Open the Nuxeo Dev Tools browser extension popup and observe bottom-right
Expected behavior: JSON export button is visible (style="display: block;") and may be clicked to view Document JSON.
Actual behavior: JSON export button is hidden and has no click() listener mapped.