bd6a017f236b767a036313ce0ca3318b9b0501d3
[osm/UI.git] / skyquake / plugins / logging / config.json
1 {
2     "root": "public",
3     "name": "Logging",
4     "dashboard": "./loggingGeneral.jsx",
5     "order": 1,
6     "priority":2,
7     "admin_link": true,
8     "routes": [
9         {
10             "label": "Logging",
11             "route": "/",
12             "component": "./loggingGeneral.jsx",
13             "path": "",
14             "type": "internal"
15         }
16     ]
17 }