From 6719c5ac0797d8170c44f93e194fb8fc9909f0b0 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Thu, 9 Jul 2020 17:43:28 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/bolgpost.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .forestry/front_matter/templates/bolgpost.yml diff --git a/.forestry/front_matter/templates/bolgpost.yml b/.forestry/front_matter/templates/bolgpost.yml new file mode 100644 index 00000000..bb8a733a --- /dev/null +++ b/.forestry/front_matter/templates/bolgpost.yml @@ -0,0 +1,31 @@ +--- +label: Bolgpost +hide_body: false +fields: +- type: text + name: title + label: title +- type: datetime + name: date + label: date +- type: file + name: bg_image + label: bg_image +- type: text + name: description + label: description +- type: file + name: image + label: image +- type: text + name: author + label: author +- type: list + name: categories + label: categories +- type: list + name: tags + label: tags +- type: text + name: type + label: type