From 29cb55e91c95aebf284b17839a1186e7b3a2c688 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 5 Aug 2015 18:06:07 -0600 Subject: [PATCH] visible toggle and help commands on new page --- system/blueprints/pages/new.yaml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/system/blueprints/pages/new.yaml b/system/blueprints/pages/new.yaml index b48000f2c..0de6178cd 100644 --- a/system/blueprints/pages/new.yaml +++ b/system/blueprints/pages/new.yaml @@ -15,18 +15,18 @@ form: title: type: text label: Page Title + help: "The title of the page" validate: required: true folder: type: text label: Folder Name + help: "The folder name that will be stored in the filesystem for this page" validate: type: slug required: true - - route: type: select label: Parent Page @@ -40,6 +40,7 @@ form: type: type: select + help: "The page type that translates into which twig template renders the page" classes: fancy label: Display Template default: default @@ -47,6 +48,20 @@ form: validate: required: true + visible: + type: toggle + label: Visible + help: "Determines if a page is visible in the navigation." + highlight: '' + default: '' + options: + '': Auto + 1: Yes + 0: No + validate: + type: bool + required: true + blueprint: type: blueprint