upd: twig config

remove caching in dev env for twig files
This commit is contained in:
2026-05-13 17:22:47 -04:00
parent 52bdf2f16e
commit 723d046ce3
+5
View File
@@ -1,6 +1,11 @@
twig:
file_name_pattern: '*.twig'
when@dev:
twig:
debug: true
cache: false
when@test:
twig:
strict_variables: true