1100c714dad60ab272a338af4f70a085e8495bfb
[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      "routes" : [{
8         "label": "Dashboard",
9         "route": "/",
10         "component": "./about.jsx",
11         "path": "",
12         "type": "internal"
13     }]
14 }