From ceab4e78e130aa3596f26d5d2eded924458618ef Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Sat, 10 Oct 2020 20:05:27 +0000
Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration

---
 exampleSite/.forestry/front_matter/templates/page.yml |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/exampleSite/.forestry/front_matter/templates/page.yml b/exampleSite/.forestry/front_matter/templates/page.yml
index f3017dc..0904ca6 100644
--- a/exampleSite/.forestry/front_matter/templates/page.yml
+++ b/exampleSite/.forestry/front_matter/templates/page.yml
@@ -4,10 +4,18 @@
 fields:
 - type: text
   name: title
-  label: title
+  label: Title
+  config:
+    required: true
 - type: number
   name: weight
-  label: weight
+  label: Page Rank
+  description: Determines the position of the page on the left sidebar <em>(optional)</em>
 - type: textarea
   name: description
-  label: description
+  label: Summary
+  description: Enter a custom summary (optional)
+- name: draft
+  type: boolean
+  label: Unpublish
+  description: Mark as draft

--
Gitblit v1.10.0