Files
sermon-notes/config/packages/twig.yaml
T
ryan 723d046ce3 upd: twig config
remove caching in dev env for twig files
2026-05-13 17:22:47 -04:00

12 lines
153 B
YAML

twig:
file_name_pattern: '*.twig'
when@dev:
twig:
debug: true
cache: false
when@test:
twig:
strict_variables: true