Skip to main content

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.

  1. Stop the Graph Modeling server

  2. 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>
  3. Start the Graph Modeling server

Note

The visual browser has to be calculated in the backend to be available in the frontend.