Skip to content

Commit

Permalink
Add reading time microcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Jul 8, 2024
1 parent b1cd531 commit 9b0847a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cms/schemas/microcopy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ export default defineType({
type: 'string',
validation: (Rule) => Rule.required(),
}),
defineField({
name: 'readtime',
title: 'Reading Time',
type: 'string',
validation: (Rule) => Rule.required(),
}),
defineField({
name: 'posted',
title: 'Posted',
Expand Down

0 comments on commit 9b0847a

Please sign in to comment.