Static Page Plugin - geosolutions-it/MapStore GitHub Wiki
The Static Page plugin provides a static HTML based section which allows administrators to collect and publish static information on the portal.
-
Open the 'buildjs.cfg' file and check if the dependency below is present (inside the GXP block):
plugins/StaticPage.js
-
Below a possible configuration of the Static Page plugin to use in your MapStore configuration:
{ "ptype": "gxp_staticpage", "url": "http://the_page_url", "tabPosition": 0, "tabTitle": "Portal" }
ptype
: ptype of the plugin.url
: The URL of the site page.tabPosition
: The position to assign to the StaticPage tab inside the viewport.tabTitle
: (optional) Custom title to assign to the tab