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.

29 lines
491 B
JSON

{
"kind": "collectionType",
"collectionName": "contributions",
"info": {
"name": "contribution"
},
"options": {
"increments": true,
"timestamps": true,
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"title": {
"type": "string",
"required": true,
"unique": true
},
"contents": {
"type": "richtext",
"required": true
},
"credits": {
"type": "richtext",
"required": true
}
}
}