keycloak-scim/js/apps/account-ui/public/content.json
ReneZeidler 8031703228
Fix current page highlight in Account UI sidebar navigation (#30403)
Correctly set the isActive attribute for NavItems
in the PageNav. Also corrects the link for the
"Personal info" page in the content.json (no
double slash)

Fixes #30383

Signed-off-by: René Zeidler <rene.zeidler@gmx.de>
2024-06-13 14:38:43 +02:00

31 lines
752 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"
},
{
"label": "oid4vci",
"path": "oid4vci",
"isVisible":"isOid4VciEnabled"
}
]