Debug, logging, about added to ADMIN dropdown
[osm/UI.git] / skyquake / plugins / about / config.json
1 {
2     "root": "public",
3     "name": "About",
4     "dashboard": "./about.jsx",
5     "order": 99,
6     "priority":2,
7     "admin_link": true,
8      "routes" : [{
9         "label": "Dashboard",
10         "route": "/",
11         "component": "./about.jsx",
12         "path": "",
13         "type": "internal"
14     }]
15 }