We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41bcabf + c455231 commit 8473b5dCopy full SHA for 8473b5d
1 file changed
src/Resources/config/routing/shop/page.yml
@@ -54,10 +54,12 @@ bitbag_sylius_cms_plugin_shop_page_index_by_section_code_no_grid:
54
55
bitbag_sylius_cms_plugin_shop_page_index_by_section_code_template:
56
path: /pages-template/{sectionCode}
57
+ methods: [GET]
58
defaults:
59
_controller: bitbag_sylius_cms_plugin.controller.page:indexAction
60
_sylius:
61
template: $template
62
+ grid: bitbag_sylius_cms_plugin_shop_page
63
repository:
64
method: findBySectionCode
65
arguments:
0 commit comments