From 329c15d0f7864db346dc438d340bcde8a067ace4 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Fri, 26 Feb 2021 18:09:36 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/blog-post.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index e4420280..c8281f19 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -4,7 +4,12 @@ hide_body: false fields: - type: text name: title - label: title + label: Title + description: Appears as the "headline" of the post itself, as well as the title + of post's card. Fewer than 60 characters recommended to avoid truncation. + config: + min: 1 + max: 65 - type: textarea name: description label: Description @@ -23,7 +28,7 @@ fields: use the edition number: /weekly-123/' - type: text name: translationKey - label: Translation Key + label: Translation key description: 'If this post will be translated, give it a unique name so it can be paired with its translated equivalent. Could be the same as the permalink, just without the slashes: 2022-09-23-descriptive-title'