mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
18 lines
441 B
YAML
18 lines
441 B
YAML
|
|
|
|
chill_person_view:
|
|
pattern: /view/{id}
|
|
defaults: { _controller: CLChillPersonBundle:Person:view }
|
|
|
|
|
|
chill_person_search:
|
|
pattern: /search
|
|
defaults: { _controller: CLChillPersonBundle:Person:search }
|
|
|
|
chill_person_view_history:
|
|
pattern: /view/{id}/history
|
|
defaults: {_controller: CLChillPersonBundle:Person:history }
|
|
options:
|
|
menu: person
|
|
order: 100
|
|
label: menu.person.history |