collection-crud/config/packages/twig.yaml

6 lines
169 B
YAML

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