update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / accounts / config.json
1 {
2     "root": "public",
3     "name": "Accounts",
4     "dashboard": "./account/accountsDashboard.jsx",
5     "order": 3,
6     "priority":1,
7     "allow": [
8         "rw-rbac-platform:super-admin",
9         "rw-project:project-admin",
10         "rw-project:project-oper",
11         "rw-project-mano:account-oper",
12         "rw-project-mano:account-admin"
13     ],
14     "routes": [
15     {
16         "label": "Dashboard",
17         "route": "accounts",
18         "component": "./account/accountsDashboard.jsx",
19         "path": "accounts",
20         "type": "internal",
21         "routes": [
22             {
23                 "route": ":type/:name",
24                 "component": "./account/account.jsx",
25                 "path": ":type/:name",
26                 "type": "internal"
27             }
28         ]
29     }]
30 }