Add the Visual Browser to the Frontend for the Default Template
23/4/2026
The Visual Browser is not enabled per default in the default template of Graph Modeling's Linked Data Frontend.
Stop the Graph Modeling server
Add the definition for the Visual Browser tab to the frontend configuration.
Example:
<linkedDataTabs> ... <linkedDataTab> <extension>visual</extension> <label>Visual</label> <view>visual</view> </linkedDataTab> </linkedDataTabs>Start the Graph Modeling server
Note
The visual browser has to be calculated in the backend to be available in the frontend.