Initial commit
This commit is contained in:
commit
3bc898dd10
130 changed files with 25918 additions and 0 deletions
47
config/packages/bootstrap_menu.yaml
Normal file
47
config/packages/bootstrap_menu.yaml
Normal file
|
@ -0,0 +1,47 @@
|
|||
bootstrap_menu:
|
||||
menus:
|
||||
main:
|
||||
items:
|
||||
collections:
|
||||
label: 'Collections'
|
||||
route: 'app_collection_fractal_index'
|
||||
anonymousaccount:
|
||||
items:
|
||||
login:
|
||||
label: 'Connexion'
|
||||
route: 'app_login'
|
||||
register:
|
||||
label: 'Inscription'
|
||||
route: 'app_register'
|
||||
account:
|
||||
items:
|
||||
classeurs:
|
||||
label: 'Mes Classeurs'
|
||||
route: 'app_classeur_fractal_index'
|
||||
logout:
|
||||
label: 'Déconnexion'
|
||||
route: 'app_logout'
|
||||
roles: [ 'ROLE_USER' ]
|
||||
admin:
|
||||
items:
|
||||
admin:
|
||||
label: 'Admininstration'
|
||||
items:
|
||||
easyadmin:
|
||||
is_divider: true
|
||||
label: EasyAdmin
|
||||
pannel:
|
||||
label: 'Pannel'
|
||||
route: 'admin'
|
||||
consult:
|
||||
is_divider: true
|
||||
label: Liste des entités
|
||||
membre:
|
||||
label: 'Membres'
|
||||
route: 'app_membre_fractal_index'
|
||||
classeur:
|
||||
label: 'Classeurs'
|
||||
route: 'app_classeur_fractal_index'
|
||||
collections:
|
||||
label: 'Collections'
|
||||
route: 'app_collection_fractal_index'
|
Loading…
Add table
Add a link
Reference in a new issue