You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
651 B
JSON

{
"kind": "collectionType",
"collectionName": "projects",
"info": {
"name": "project",
"description": ""
},
"options": {
"increments": true,
"timestamps": true,
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"title": {
"type": "string",
"required": true,
"unique": true
},
"description": {
"type": "richtext",
"required": true
},
"colophon": {
"type": "richtext",
"required": true
},
"project_documentation": {
"type": "component",
"repeatable": false,
"component": "project.project-documentation"
}
}
}