mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Set twig.debug to true by default
This commit is contained in:
parent
c5316aff58
commit
2abd70467c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user