twig.yaml 290 B

1234567891011
  1. twig:
  2. file_name_pattern: '*.twig'
  3. default_path: '%kernel.project_dir%/templates'
  4. debug: '%kernel.debug%'
  5. strict_variables: '%kernel.debug%'
  6. form_themes: ['bootstrap_5_layout.html.twig']
  7. exception_controller: null
  8. when@test:
  9. twig:
  10. strict_variables: true