6fd9f43015fd0d204364a5ad9830c08d1fcaf247
[osm/UI.git] / skyquake / plugins / config / config.json
1 {
2     "root": "public",
3     "name": "Config",
4     "dashboard": "./dashboard/dashboard.jsx",
5     "order": 1,
6     "priority":1,
7     "routes": [
8     {
9         "label": "Configuration Dashboard",
10         "route": "accounts",
11         "component": "./dashboard/dashboard.jsx",
12         "path": "accounts",
13         "type": "internal"
14     }]
15 }