From 4465d0097e136a5e41244aede1a45f122efd04d2 Mon Sep 17 00:00:00 2001 From: rudy Date: Fri, 17 May 2024 11:32:51 +0200 Subject: [PATCH] =?UTF-8?q?chore=20(multi=20lanque)=20#35:=20correction=20?= =?UTF-8?q?twig=20yaml=20pour=20langues=20accept=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/packages/twig.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 677d821..cc3b112 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -1,10 +1,10 @@ twig: - globals: - locales: "%locales%" - url_link: '%env(URL_LINK)%' - default_path: '%kernel.project_dir%/templates' - form_themes: - - 'bootstrap_5_layout.html.twig' + globals: + locales: "%app.supported_locales%" + url_link: "%env(URL_LINK)%" + default_path: "%kernel.project_dir%/templates" + form_themes: + - "bootstrap_5_layout.html.twig" when@test: - twig: - strict_variables: true + twig: + strict_variables: true