From 93dd67363935ee274bd5acdb44d534e219c67c0f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 6 Oct 2014 12:46:34 -0600 Subject: [PATCH 1/2] added type bool for assets --- system/blueprints/config/system.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 0a39fb487..545aae792 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -233,6 +233,8 @@ form: options: 1: Yes 0: No + validate: + type: bool assets.css_minify: type: toggle @@ -241,6 +243,8 @@ form: options: 1: Yes 0: No + validate: + type: bool assets.css_minify_windows: type: toggle @@ -249,6 +253,8 @@ form: options: 1: Yes 0: No + validate: + type: bool assets.css_rewrite: type: toggle @@ -257,6 +263,8 @@ form: options: 1: Yes 0: No + validate: + type: bool assets.js_pipeline: type: toggle @@ -265,6 +273,8 @@ form: options: 1: Yes 0: No + validate: + type: bool assets.js_minify: type: toggle @@ -273,6 +283,8 @@ form: options: 1: Yes 0: No + validate: + type: bool debugger: type: section From 093e101f1b8ab73261d35aded679658563e6dcd8 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 6 Oct 2014 12:50:09 -0600 Subject: [PATCH 2/2] fix for close connection --- system/blueprints/config/system.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 545aae792..bf30fc261 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -352,7 +352,7 @@ form: validate: type: bool - debugger.shutdown.close_conection: + debugger.shutdown.close_connection: type: toggle label: Shutdown Close Connection highlight: 1 @@ -361,5 +361,3 @@ form: 0: No validate: type: bool - -