22 lines
656 B
YAML
22 lines
656 B
YAML
twig:
|
|
default_path: '%kernel.project_dir%/templates'
|
|
form_themes:
|
|
- 'Form/fields.html.twig'
|
|
- '@TetranzSelect2Entity/Form/fields.html.twig'
|
|
globals:
|
|
appAlias: '%appAlias%'
|
|
appName: '%appName%'
|
|
appMasteridentity: '%appMasteridentity%'
|
|
appAuth: '%appAuth%'
|
|
appModeregistration: '%appModeregistration%'
|
|
appSynchro: '%appSynchro%'
|
|
appSynchroPurgeUser: '%appSynchroPurgeUser%'
|
|
appNiveau01label: '%appNiveau01label%'
|
|
appNiveau02label: '%appNiveau02label%'
|
|
sondeUse: '%sondeUse%'
|
|
sondeUrl: '%sondeUrl%'
|
|
|
|
when@test:
|
|
twig:
|
|
strict_variables: true
|