2021-12-19 02:02:54 +01:00

37 lines
704 B
JSON

{
"collectionName": "components_translations_text_sets",
"info": {
"displayName": "Text Set",
"icon": "align-center",
"description": ""
},
"options": {},
"attributes": {
"text": {
"type": "richtext"
},
"source": {
"type": "component",
"repeatable": false,
"component": "basics.source",
"required": true
},
"language": {
"type": "relation",
"relation": "oneToOne",
"target": "api::language.language"
},
"status": {
"type": "enumeration",
"enum": [
"Incomplete",
"Draft",
"Review",
"Done"
],
"default": "Incomplete",
"required": true
}
}
}