2163fae7ae
* use content json also for own menu Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * change isHidden with isVisible Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
26 lines
662 B
JSON
26 lines
662 B
JSON
[
|
|
{ "label": "personalInfo", "path": "/" },
|
|
{
|
|
"label": "accountSecurity",
|
|
"children": [
|
|
{ "label": "signingIn", "path": "account-security/signing-in" },
|
|
{ "label": "deviceActivity", "path": "account-security/device-activity" },
|
|
{
|
|
"label": "linkedAccounts",
|
|
"path": "account-security/linked-accounts",
|
|
"isVisible": "isLinkedAccountsEnabled"
|
|
}
|
|
]
|
|
},
|
|
{ "label": "applications", "path": "applications" },
|
|
{
|
|
"label": "groups",
|
|
"path": "groups",
|
|
"isVisible": "isViewGroupsEnabled"
|
|
},
|
|
{
|
|
"label": "resources",
|
|
"path": "resources",
|
|
"isVisible": "isMyResourcesEnabled"
|
|
}
|
|
]
|