update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / about / config.json
1 {
2     "root": "public",
3     "name": "About",
4     "dashboard": "./about.jsx",
5     "order": 15,
6     "priority":2,
7     "admin_link": true,
8     "allow": [
9         "rw-rbac-platform:super-admin",
10         "rw-rbac-platform:platform-admin",
11         "rw-rbac-platform:platform-oper"
12     ],
13      "routes" : [{
14         "label": "Dashboard",
15         "route": "/",
16         "component": "./about.jsx",
17         "path": "",
18         "type": "internal"
19     }]
20 }