chore (multi lanque) #35: correction twig yaml pour langues acceptées #36

Merged
mlamalle merged 1 commits from issue-35 into develop 2024-05-21 10:50:21 +02:00
1 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
twig: twig:
globals: globals:
locales: "%locales%" locales: "%app.supported_locales%"
url_link: '%env(URL_LINK)%' url_link: "%env(URL_LINK)%"
default_path: '%kernel.project_dir%/templates' default_path: "%kernel.project_dir%/templates"
form_themes: form_themes:
- 'bootstrap_5_layout.html.twig' - "bootstrap_5_layout.html.twig"
when@test: when@test:
twig: twig:
strict_variables: true strict_variables: true