mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
23 lines
649 B
YAML
23 lines
649 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]
|
|
|
|
chill_main_export_download:
|
|
path: /download/{alias}
|
|
defaults: { _controller: ChillMainBundle:Export:downloadResult }
|
|
methods: [ GET ] |