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