Added projects to user management
[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     "admin_link": true,
8     "routes": [
9     {
10         "label": "Configuration Dashboard",
11         "route": "accounts",
12         "component": "./dashboard/dashboard.jsx",
13         "path": "accounts",
14         "type": "internal"
15     }]
16 }