Files
wallabag/config/packages/twig.yaml
Jeremy Benoist 6b5a518ce2 Move to Symfony Flex
The structure changed completely.
Bundles are gone. Everything is flatten in the folder `src`.
I separated import & api controllers to avoid _pollution_ in the main controller folder.
2023-07-28 09:35:07 +02:00

15 lines
466 B
YAML

# twig:
# default_path: '%kernel.project_dir%/templates'
# debug: '%kernel.debug%'
# strict_variables: '%kernel.debug%'
# exception_controller: null
twig:
debug: "%kernel.debug%"
strict_variables: "%kernel.debug%"
form_themes:
- "@LexikFormFilter/Form/form_div_layout.html.twig"
exception_controller: App\Controller\ExceptionController:showAction
globals:
registration_enabled: '%env(bool:FOSUSER_REGISTRATION)%'