twig.yaml 274 Bytes
Newer Older
Damien Moulard committed
1 2 3 4 5 6 7 8
twig:
    default_path: '%kernel.project_dir%/templates'
    debug: '%kernel.debug%'
    strict_variables: '%kernel.debug%'
    form_themes:
      - 'bootstrap_4_layout.html.twig'
      - '@SonataFormatter/Form/formatter.html.twig'
      - 'rubrique/media_widgets.html.twig'