Skip to content

Commit

Permalink
feat: Added realms admin section
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 25, 2022
1 parent 3354d4d commit 571181c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/packages/roadiz_rozier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ roadiz_rozier:
- 'ROLE_ACCESS_FONTS'
- 'ROLE_ACCESS_REDIRECTIONS'
- 'ROLE_ACCESS_WEBHOOKS'
- 'ROLE_ACCESS_REALMS'
subentries:
manage_nodeTypes:
name: 'manage.nodeTypes'
Expand Down Expand Up @@ -98,6 +99,11 @@ roadiz_rozier:
route: webhooksHomePage
icon: 'uk-icon-space-shuttle'
roles: ['ROLE_ACCESS_WEBHOOKS']
manage_realms:
name: 'manage.realms'
route: realmsHomePage
icon: 'uk-icon-user-secret'
roles: ['ROLE_ACCESS_REALMS']

user_system:
name: 'user.system'
Expand Down

0 comments on commit 571181c

Please sign in to comment.