blob: 35828888fde1e4c227ddbc5583a32f0783a44b4e [file] [log] [blame]
{
"root": "public",
"name": "Accounts",
"dashboard": "./account/accountsDashboard.jsx",
"order": 3,
"priority":1,
"allow": ["rw-rbac-platform:super-admin", "rw-project-mano:account-oper", "rw-project-mano:account-admin"],
"routes": [
{
"label": "Accounts Dashboard",
"route": "accounts",
"component": "./account/accountsDashboard.jsx",
"path": "accounts",
"type": "internal",
"routes": [
{
"route": ":type/:name",
"component": "./account/account.jsx",
"path": ":type/:name",
"type": "internal"
}
]
}]
}