Track all types in git, sync to server on deploy
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
This commit is contained in:
23
types/calendar.json5
Normal file
23
types/calendar.json5
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
name: "calendar",
|
||||
description: "Calendar (entries identified by slug).",
|
||||
tags: [
|
||||
"content"
|
||||
],
|
||||
category: "content",
|
||||
fields: {
|
||||
items: {
|
||||
type: "array",
|
||||
items: {
|
||||
type: "reference",
|
||||
collection: "calendar_item",
|
||||
},
|
||||
description: "Calendar entries (references to calendar_item)",
|
||||
},
|
||||
fromPost: {
|
||||
type: "boolean",
|
||||
default: false,
|
||||
description: "Include entries from post",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user