2021-12-25 16:05:08 +01:00

37 lines
659 B
JSON

{
"collectionName": "components_translations_chronology_items",
"info": {
"displayName": "Chronology Item",
"icon": "clock",
"description": ""
},
"options": {},
"attributes": {
"language": {
"type": "relation",
"relation": "oneToOne",
"target": "api::language.language"
},
"title": {
"type": "string"
},
"description": {
"type": "text"
},
"note": {
"type": "text"
},
"status": {
"type": "enumeration",
"enum": [
"Incomplete",
"Draft",
"Review",
"Done"
],
"default": "Done",
"required": true
}
}
}