From 2adb13ac66223edbf4250b4d1968993e27e8c8fc Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 8 Feb 2019 12:34:52 -0700 Subject: [PATCH] Use array to make ordering easier --- system/blueprints/config/system.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index d2f1943f1..8f9769086 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -60,13 +60,12 @@ form: use: keys pages.types: - type: selectize + type: array label: PLUGIN_ADMIN.PAGE_TYPES - size: large - default: ['html', 'htm', 'xml', 'txt', 'json', 'rss', 'atom'] - classes: fancy - validate: - type: commalist + help: PLUGIN_ADMIN.PAGE_TYPES_HELP + size: small + default: ['html','htm','json','xml','txt','rss','atom'] + value_only: true timezone: type: select