Compare commits
No commits in common. "890c44da0cdcd4bcb600734d8b86c5a03c2c111d" and "f9d7e94420d3f6a0206068df2878c64e3b50a79d" have entirely different histories.
890c44da0c
...
f9d7e94420
|
@ -1,10 +1,10 @@
|
|||
twig:
|
||||
globals:
|
||||
locales: "%app.supported_locales%"
|
||||
url_link: "%env(URL_LINK)%"
|
||||
default_path: "%kernel.project_dir%/templates"
|
||||
form_themes:
|
||||
- "bootstrap_5_layout.html.twig"
|
||||
globals:
|
||||
locales: "%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
|
||||
|
|
Loading…
Reference in New Issue