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:
33
types/calendar_item.json5
Normal file
33
types/calendar_item.json5
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
name: "calendar_item",
|
||||
description: "Single calendar entry (event) with title, description and time.",
|
||||
tags: [
|
||||
"content"
|
||||
],
|
||||
category: "content",
|
||||
fields: {
|
||||
title: {
|
||||
type: "string",
|
||||
required: true,
|
||||
description: "Event title",
|
||||
section: "Event",
|
||||
},
|
||||
description: {
|
||||
type: "string",
|
||||
description: "Event description",
|
||||
section: "Event",
|
||||
},
|
||||
terminZeit: {
|
||||
type: "datetime",
|
||||
required: true,
|
||||
description: "Event date/time",
|
||||
section: "Date & link",
|
||||
},
|
||||
link: {
|
||||
type: "reference",
|
||||
collection: "link",
|
||||
description: "Optional link (e.g. registration or details page)",
|
||||
section: "Date & link",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user