forked from wallabag/wallabag
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.
15 lines
466 B
YAML
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)%'
|