ninesurvey/src/ninesurvey-1.0/config/packages/twig.yaml

19 lines
526 B
YAML

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:
appWeburl: '%appWeburl%'
appAlias: '%appAlias%'
appAuth: '%appAuth%'
appName: '%appName%'
appCron: '%appCron%'
appMasteridentity: '%appMasteridentity%'
sondeUse: '%sondeUse%'
sondeUrl: '%sondeUrl%'