Bug 209
[osm/UI.git] / skyquake / plugins / accounts / config.json
1 {
2     "root": "public",
3     "name": "Accounts",
4     "dashboard": "./account/accountsDashboard.jsx",
5     "order": 1,
6     "priority":1,
7     "routes": [
8     {
9         "label": "Accounts Dashboard",
10         "route": "accounts",
11         "component": "./account/accountsDashboard.jsx",
12         "path": "accounts",
13         "type": "internal",
14         "routes": [
15             {
16                 "route": ":type/:name",
17                 "component": "./account/account.jsx",
18                 "path": ":type/:name",
19                 "type": "internal"
20             }
21         ]
22     }]
23 }