collection-crud/config/packages/twig.yaml

7 lines
200 B
YAML
Raw Normal View History

2017-11-30 15:06:13 -05:00
twig:
2018-07-23 09:52:00 -04:00
form_themes: ['form_custom_layout.html.twig']
2017-11-30 15:06:13 -05:00
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
2020-06-02 16:08:08 -04:00
exception_controller: null