💄 Better history

This commit is contained in:
2024-01-20 23:38:08 +08:00
parent c80003459e
commit 24292348d3
3 changed files with 16 additions and 7 deletions

View File

@ -29,6 +29,12 @@ const Event: Collection = {
name: "author",
collections: ["author"],
},
{
type: "string",
label: "Description",
name: "description",
required: true,
},
{
type: "datetime",
label: "Published Date",