mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
- create interfaces - create an export manager - add a compiler pass to gather services tagged for export
19 lines
503 B
YAML
19 lines
503 B
YAML
chill_main_export_index:
|
|
path: /
|
|
defaults: { _controller: ChillMainBundle:Export:index }
|
|
options:
|
|
menus:
|
|
section:
|
|
order: 20
|
|
label: Export Menu
|
|
icons: [upload]
|
|
|
|
chill_main_export_new:
|
|
path: /new/{alias}
|
|
defaults: { _controller: ChillMainBundle:Export:new }
|
|
|
|
chill_main_export_generate:
|
|
path: /generate/{alias}
|
|
defaults: { _controller: ChillMainBundle:Export:generate }
|
|
methods: [GET]
|