23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
{
|
|
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",
|
|
},
|
|
},
|
|
} |