Update Tina config to include updated

This commit is contained in:
Cassidy Williams
2023-12-30 01:39:30 -06:00
parent a469d145d0
commit ee7b1be51c
2 changed files with 8 additions and 1 deletions

View File

@@ -79,6 +79,13 @@ export default defineConfig({
dateFormat: "MMM DD YYYY",
required: true,
},
{
label: "Updated",
name: "updated",
type: "datetime",
dateFormat: "MMM DD YYYY",
required: true,
},
{
type: "rich-text",
name: "body",

File diff suppressed because one or more lines are too long