From 2abd70467c761175dc2ae8dd6c0729752dcdcc2f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 21 Apr 2016 14:01:58 -0600 Subject: [PATCH] Set twig.debug to true by default --- system/blueprints/config/system.yaml | 2 +- system/config/system.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 4aa356eb5..317660d9d 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -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 diff --git a/system/config/system.yaml b/system/config/system.yaml index 0f0c3a4a9..0733e599a 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -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