✨ Posts
This commit is contained in:
@@ -33,7 +33,6 @@ const Event: Collection = {
|
||||
type: "string",
|
||||
label: "Description",
|
||||
name: "description",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
type: "datetime",
|
||||
|
@@ -23,17 +23,17 @@ const Post: Collection = {
|
||||
name: "heroImg",
|
||||
label: "Hero Image",
|
||||
},
|
||||
{
|
||||
type: "rich-text",
|
||||
label: "Excerpt",
|
||||
name: "excerpt",
|
||||
},
|
||||
{
|
||||
type: "reference",
|
||||
label: "Author",
|
||||
name: "author",
|
||||
collections: ["author"],
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
label: "Description",
|
||||
name: "description",
|
||||
},
|
||||
{
|
||||
type: "datetime",
|
||||
label: "Published Date",
|
||||
|
Reference in New Issue
Block a user