Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Static Page Plugin

tdipisa edited this page Dec 17, 2014 · 2 revisions

The Static Page plugin provides a static HTML based section which allows administrators to collect and publish static information on the portal.

  1. Open the 'buildjs.cfg' file and check if the dependency below is present (inside the GXP block):

     plugins/StaticPage.js
    
  2. 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
Clone this wiki locally