From 565a76c31764afcf8f3ff8becfc786ab47bb133c Mon Sep 17 00:00:00 2001 From: Gert Date: Mon, 4 May 2015 15:37:07 +0200 Subject: [PATCH] error handler blueprints --- system/blueprints/config/system.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 81805ed5e..f02848221 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -317,6 +317,32 @@ form: validate: type: bool + errors: + type: section + title: Error handler + underline: true + + fields: + errors.display: + type: toggle + label: Display errors + highlight: 1 + options: + 1: Yes + 0: No + validate: + type: bool + + errors.log: + type: toggle + label: Log errors + highlight: 1 + options: + 1: Yes + 0: No + validate: + type: bool + debugger: type: section title: Debugger @@ -392,6 +418,7 @@ form: 0: No validate: type: bool + system: type: section title: System