2020-07-01 13:32:02 +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%'
|
2020-07-07 14:53:38 +02:00
|
|
|
appMasteridentity: '%appMasteridentity%'
|
2020-07-07 10:29:55 +02:00
|
|
|
sondeUse: '%sondeUse%'
|
|
|
|
sondeUrl: '%sondeUrl%'
|
|
|
|
|