-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use current Twig vars on HooksRuntime when no only option has been pa… (
#114) …ssed Redo the changes reverted here #72 We will release that on 0.5 (next release). That means we'll not break Sylius shop, until we allow Twig Hooks "^0.5". I've created a 0.4 branch to release our 0.4.1. From my investigation, I've managed to fix one issue on Shop. ```twig <!-- ShopBundle/templates/checkout/address/form/addresses/address/form.html.twig --> {% hook 'address' with { _prefixes: prefixes, 'form': attribute(form, field) } only %} ```
- Loading branch information
Showing
4 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters