Skip to content

Commit

Permalink
feat: changed document menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jun 3, 2022
1 parent ad62d84 commit 83e1ec1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/packages/roadiz_rozier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,25 @@ roadiz_rozier:

manage_documents:
name: 'manage.documents'
route: documentsHomePage
route: ~
icon: uk-icon-rz-documents
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]
subentries:
all_documents:
name: 'all.documents'
route: documentsHomePage
icon: uk-icon-rz-documents
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]
unused_documents:
name: 'unused_documents'
route: documentsUnusedPage
icon: uk-icon-unlink
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]
duplicated_documents:
name: 'duplicated_documents'
route: documentsDuplicatesPage
icon: uk-icon-files-o
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]

manage_tags:
name: 'manage.tags'
Expand Down

0 comments on commit 83e1ec1

Please sign in to comment.