mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
12 lines
256 B
YAML
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: ~
|