Sylius/config/packages/twig.yaml
2021-03-30 22:59:30 +02:00

12 lines
256 B
YAML

twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
services:
_defaults:
public: false
autowire: true
autoconfigure: true
Twig\Extra\Intl\IntlExtension: ~