Compare commits
2 Commits
f9d7e94420
...
890c44da0c
Author | SHA1 | Date |
---|---|---|
Matthieu Lamalle | 890c44da0c | |
Rudy Masson | 4465d0097e |
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue