mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
Adding homepage menu
This commit is contained in:
parent
eb29131957
commit
5818b67269
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
chill_person_view:
|
||||
pattern: /person/{person_id}/general
|
||||
defaults: { _controller: ChillPersonBundle:Person:view }
|
||||
@ -20,6 +18,11 @@ chill_person_general_update:
|
||||
chill_person_new:
|
||||
pattern: /person/new
|
||||
defaults: {_controller: ChillPersonBundle:Person:new }
|
||||
options:
|
||||
menus:
|
||||
homepage:
|
||||
order: 10
|
||||
label: Add a person
|
||||
|
||||
chill_person_review:
|
||||
pattern: /person/review
|
||||
|
Loading…
x
Reference in New Issue
Block a user