Spookie/config/packages/twig.yaml

12 lines
297 B
YAML
Raw Normal View History

2021-05-30 17:27:39 +02:00
twig:
2022-11-01 14:57:36 +01:00
# default_path: '%kernel.project_dir%/templates'
paths:
'%kernel.project_dir%/templates/themes/default': default
'%kernel.project_dir%/templates/admin': admin
2022-05-03 14:52:04 +02:00
form_themes:
2022-11-01 14:57:36 +01:00
- bootstrap_5_layout.html.twig
2022-04-11 17:53:39 +02:00
when@test:
twig:
strict_variables: true