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