You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.4 KiB

2 weeks ago
[
{
"id": "keycloak-man",
"icon": "pf-icon-key",
"label": "Keycloak Man",
"descriptionLabel": "Let Keycloak Man teach you how to theme and extend the Account Console.",
"children": [
{
"path": "content/keycloak-man",
"label": "Who is Keycloak Man?",
"modulePath": "/content/keycloak-man/who-is-keycloak-man.js"
},
{
"path": "content/sample-overview",
"label": "Overview of this extension",
"modulePath": "/content/keycloak-man/sample-overview.js"
},
{
"path": "content/keycloak-man-loves-jsx",
"label": "Keycloak Man Loves JSX",
"modulePath": "/content/keycloak-man/KeycloakManLovesJsx.js"
}
]
},
{ "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"
}
]