mxp.plugins.Login - geosolutions-it/MapStore GitHub Wiki

Needed Files

In order to use this plugin you need to include this files in the build.cfg:

  • src/mxp/plugins/Login.js

NOTE: In the default configuration this is already done.

Plugin description

This plugin allow the GeoStore user make login in the application.

Configuration Example

You can configure it adding this plugin with this configuration:

    {
        "ptype": "mxp_login",
        "pluginId": "loginTool",
        "actionTarget":{
          "target": "north.tbar",
          "index": 3
        }
    }

The basic parameters are:

  • pluginId: Id of this plugin (to be referenced by other plugins)