From 58b9ecf0302756ca0982a4ffaafdaa9a9671f8a3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 16 Aug 2015 14:06:25 -0600 Subject: [PATCH] Added ordering to raw blueprints --- system/blueprints/pages/modular_raw.yaml | 11 +++++++++++ system/blueprints/pages/raw.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/system/blueprints/pages/modular_raw.yaml b/system/blueprints/pages/modular_raw.yaml index c22efe421..8ae965d8a 100644 --- a/system/blueprints/pages/modular_raw.yaml +++ b/system/blueprints/pages/modular_raw.yaml @@ -47,6 +47,17 @@ form: fields: + ordering: + type: toggle + label: Folder Numeric Prefix + help: Numeric prefix that provides manual ordering and implies visibility + highlight: 1 + options: + 1: Enabled + 0: Disabled + validate: + type: bool + folder: type: text label: Filename diff --git a/system/blueprints/pages/raw.yaml b/system/blueprints/pages/raw.yaml index c4f91ac3f..5dcb91bd3 100644 --- a/system/blueprints/pages/raw.yaml +++ b/system/blueprints/pages/raw.yaml @@ -47,6 +47,17 @@ form: fields: + ordering: + type: toggle + label: Folder Numeric Prefix + help: Numeric prefix that provides manual ordering and implies visibility + highlight: 1 + options: + 1: Enabled + 0: Disabled + validate: + type: bool + folder: type: text label: Folder Name