Skip to main content

Add the Visual Browser to the Frontend for the Default Template

Abstract

Add the Visual Browser to the Frontend for the Default Template

The Visual Browser is not enabled per default in the default template of PoolParty's Linked Data Frontend.

  1. Stop the PoolParty 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 PoolParty server

Note

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