42e3f185b0d823151d3c47bcf2ad9f81159a78fe
[osm/UI.git] / skyquake / plugins / user_management / config.json
1 {
2     "root": "public",
3     "name": "User Management",
4     "dashboard": "./dashboard/dashboard.jsx",
5     "order": 1,
6     "priority":1,
7     "allow": ["rw-rbac-platform:super-admin", "rw-rbac-platform:platform-admin", "rw-rbac-platform:platform-oper"],
8     "routes": [
9     {
10         "label": "User Management Dashboard",
11         "route": "user-management",
12         "component": "./dashboard/dashboard.jsx",
13         "type": "internal"
14     },{
15         "label": "Platform Role Management",
16         "route": "platform",
17         "component": "./platformRoleManagement/platformRoleManagement.jsx",
18         "type": "external"
19     },
20       {
21         "label": "User Profile",
22         "route": "user-profile",
23         "component": "./userProfile/userProfile.jsx",
24         "type": "internal",
25         "unique" : true
26     }
27     ]
28 }