File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Resources/config/sylius/twig_hooks/shop Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sylius_twig_hooks:
22 hooks :
33 # Blog index
44 ' monsieurbiz.blog.blog.index#metatags ' :
5- metatags :
5+ blog_metatags :
66 template : ' @MonsieurBizSyliusBlogPlugin/shop/blog/index/metatags.html.twig'
77 priority : 0
88 ' monsieurbiz.blog.blog.index ' :
@@ -26,7 +26,7 @@ sylius_twig_hooks:
2626
2727 # Case study index
2828 ' monsieurbiz.blog.case_study.index#metatags ' :
29- metatags :
29+ blog_metatags :
3030 template : ' @MonsieurBizSyliusBlogPlugin/shop/case_study/index/metatags.html.twig'
3131 priority : 0
3232 ' monsieurbiz.blog.case_study.index ' :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sylius_twig_hooks:
22 hooks :
33 # Blog show
44 ' monsieurbiz.blog.blog.show#metatags ' :
5- metatags :
5+ blog_metatags :
66 template : ' @MonsieurBizSyliusBlogPlugin/shop/blog/show/metatags.html.twig'
77 priority : 0
88 structured_data :
@@ -30,7 +30,7 @@ sylius_twig_hooks:
3030
3131 # Case study show
3232 ' monsieurbiz.blog.case_study.show#metatags ' :
33- metatags :
33+ blog_metatags :
3434 template : ' @MonsieurBizSyliusBlogPlugin/shop/case_study/show/metatags.html.twig'
3535 priority : 0
3636 structured_data :
You can’t perform that action at this time.
0 commit comments