collection-crud/config/packages/twig.yaml

7 lines
200 B
YAML

twig:
form_themes: ['form_custom_layout.html.twig']
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
exception_controller: null