0fe9e966355dc3d6c1a7bb0c6ec4de8039039ef5
[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     "routes": [
8     {
9         "label": "User Management Dashboard",
10         "route": "user-management",
11         "component": "./dashboard/dashboard.jsx",
12         "type": "internal"
13     },{
14         "label": "Platform Role Management",
15         "route": "platform",
16         "component": "./platformRoleManagement/platformRoleManagement.jsx",
17         "type": "internal"
18     },
19       {
20         "label": "User Profile",
21         "route": "user-profile",
22         "component": "./userProfile/userProfile.jsx",
23         "type": "internal",
24         "unique" : true
25     }
26     ]
27 }