From b23aa1bc4c741c50ac7ff01feb0c58f7df440b73 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 24 Jul 2015 17:29:37 -0600 Subject: [PATCH] tweaks to system blueprint --- system/blueprints/config/system.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index bd9337ec4..71d371ca6 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -37,7 +37,15 @@ form: twig: Twig use: keys - + timezone: + type: select + label: Timezone + classes: fancy + help: "Override the default timezone the server" + @data-options: '\Grav\Common\Utils::timezones' + default: '' + options: + '': 'Default (Server Timezone)' pages.dateformat.short: type: select @@ -665,15 +673,7 @@ form: validate: type: bool - timezone: - type: select - label: Timezone - classes: fancy - help: "The default timezone the server is should based time and dates off" - @data-options: '\Grav\Common\Utils::timezones' - default: '' - options: - '': '- None -' + param_sep: type: select