2020-05-11 15:53:07 +02:00
|
|
|
twig:
|
|
|
|
default_path: '%kernel.project_dir%/templates'
|
|
|
|
debug: '%kernel.debug%'
|
|
|
|
strict_variables: '%kernel.debug%'
|
|
|
|
exception_controller: null
|
|
|
|
form_themes:
|
|
|
|
- 'Form/fields.html.twig'
|
|
|
|
- '@TetranzSelect2Entity/Form/fields.html.twig'
|
|
|
|
globals:
|
|
|
|
appAlias: '%appAlias%'
|
|
|
|
appAuth: '%appAuth%'
|
|
|
|
appName: '%appName%'
|
|
|
|
appCron: '%appCron%'
|
2024-12-19 11:04:51 +01:00
|
|
|
doliActive: '%doliActive%'
|
|
|
|
doliUri: '%doliUri%'
|