Set twig.debug to true by default

This commit is contained in:
Andy Miller 2016-04-21 14:01:58 -06:00
parent c5316aff58
commit 2abd70467c
2 changed files with 2 additions and 2 deletions

View File

@ -529,7 +529,7 @@ form:
type: toggle
label: PLUGIN_ADMIN.TWIG_DEBUG
help: PLUGIN_ADMIN.TWIG_DEBUG_HELP
highlight: 0
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO

View File

@ -74,7 +74,7 @@ cache:
twig:
cache: true # Set to true to enable twig caching
debug: false # Enable Twig debug
debug: true # Enable Twig debug
auto_reload: true # Refresh cache on changes
autoescape: false # Autoescape Twig vars
undefined_functions: true # Allow undefined functions