Skip to content

Commit 32db863

Browse files
author
Maxime Leclercq
committed
refactor: use snake_case in twig folders
1 parent 2bb71a1 commit 32db863

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/Resources/config/sylius/twig_hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ sylius_twig_hooks:
22
hooks:
33
'monsieurbiz.homepage.index#metatags':
44
homepage_metatags:
5-
template: '@MonsieurBizSyliusHomepagePlugin/Homepage/metatags.html.twig'
5+
template: '@MonsieurBizSyliusHomepagePlugin/shop/homepage/index/metatags.html.twig'
66
priority: 0
77
'monsieurbiz.homepage.index':
88
content:
9-
template: '@MonsieurBizSyliusHomepagePlugin/Homepage/Index/content.html.twig'
9+
template: '@MonsieurBizSyliusHomepagePlugin/shop/homepage/index/content.html.twig'
1010
priority: 0
1111

1212
# Create homepage

0 commit comments

Comments
 (0)