mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Contact] add priorities to twig hooks
This commit is contained in:
parent
3a8a5523c9
commit
1d5b48b506
1 changed files with 5 additions and 0 deletions
|
|
@ -3,13 +3,18 @@ sylius_twig_hooks:
|
|||
'sylius_shop.contact.contact_request':
|
||||
header:
|
||||
template: '@SyliusShop/contact/contact_request/header.html.twig'
|
||||
priority: 100
|
||||
form:
|
||||
template: '@SyliusShop/contact/contact_request/form.html.twig'
|
||||
priority: 0
|
||||
|
||||
'sylius_shop.contact.contact_request.form':
|
||||
email:
|
||||
template: '@SyliusShop/contact/contact_request/form/email.html.twig'
|
||||
priority: 200
|
||||
message:
|
||||
template: '@SyliusShop/contact/contact_request/form/message.html.twig'
|
||||
priority: 100
|
||||
submit:
|
||||
template: '@SyliusShop/contact/contact_request/form/submit.html.twig'
|
||||
priority: 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue