From 1b3e344cd2d60fdacb2f0e94d84f93fc039b829e Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Fri, 26 Feb 2021 18:45:50 +0000 Subject: [PATCH] Update from Forestry.io - Updated Forestry configuration --- .forestry/front_matter/templates/blog-post.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index 153bc890..0f83eb44 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -8,8 +8,9 @@ fields: description: Appears as the "headline" of the post itself, as well as the title of post's card. Max length 3 lines (approx 60 characters) before truncating. config: - min: 1 + min: max: 65 + required: true - type: textarea name: description label: Description @@ -22,12 +23,16 @@ fields: label: Date description: For blog posts and news/other links, use date of publication. For events, use the date of the event itself. + config: + required: true - type: text name: permalink label: Permalink description: 'URL for this post. Must start and end with slashes.
For blog posts, include the date: /2022-09-23-descriptive-title/
For weekly newsletters, use the edition number: /weekly-123/' + config: + required: true - type: text name: translationKey label: Translation key