10 lines
211 B
YAML
10 lines
211 B
YAML
twig:
|
|
default_path: '%kernel.project_dir%/templates'
|
|
form_themes: ['forms.html.twig']
|
|
paths:
|
|
'%kernel.project_dir%/assets/images': images
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|