twig.yaml 281 B

1234567891011
  1. twig:
  2. file_name_pattern: '*.twig'
  3. globals:
  4. app_timezone: '%env(APP_TZ)%'
  5. app_url: '%env(APP_URL)%'
  6. app_hmult: '%env(APP_PLANNING_HEIGHT_MULTIPLIER)%'
  7. app_openid: '%env(KEYCLOAK_ENABLED)%'
  8. when@test:
  9. twig:
  10. strict_variables: true