From b75174bf8ed98794572d6d769337861bdc7e404d Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Wed, 2 Feb 2022 21:09:57 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/post.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .forestry/front_matter/templates/post.yml diff --git a/.forestry/front_matter/templates/post.yml b/.forestry/front_matter/templates/post.yml new file mode 100644 index 0000000..a7015b5 --- /dev/null +++ b/.forestry/front_matter/templates/post.yml @@ -0,0 +1,22 @@ +--- +label: Post +hide_body: false +fields: +- type: datetime + name: date + label: date +- type: text + name: description + label: description +- type: file + name: featured_image + label: featured_image +- type: list + name: tags + label: tags +- type: text + name: title + label: title +- type: boolean + name: disable_share + label: disable_share