2022-01-21 00:21:19 +01:00

20 lines
377 B
JSON

{
"collectionName": "components_translations_library_items",
"info": {
"displayName": "Library Items",
"icon": "feather-alt"
},
"options": {},
"attributes": {
"description": {
"type": "text",
"required": true
},
"language": {
"type": "relation",
"relation": "oneToOne",
"target": "api::language.language"
}
}
}