Overriding hookables
{% hook ['app.course.create', 'app.common.create'] %}{% hook ['app.course.create.form', 'app.common.create.form', 'app.common.component.form'] %}{% hook ['app.common.create.form', 'app.common.component.form'] %}Example
sylius_twig_hooks:
hooks:
'app.common.create':
header:
template: 'common/create/header.html.twig'
content:
template: 'common/create/content.html.twig'Last updated
Was this helpful?
