mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
12 lines
264 B
YAML
12 lines
264 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: ~
|