2020-12-18 19:23:21 +01:00
|
|
|
{
|
|
|
|
|
"kind": "collectionType",
|
|
|
|
|
"collectionName": "teks",
|
|
|
|
|
"info": {
|
|
|
|
|
"name": "Teks",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"increments": true,
|
|
|
|
|
"timestamps": true,
|
|
|
|
|
"draftAndPublish": true
|
|
|
|
|
},
|
|
|
|
|
"attributes": {
|
|
|
|
|
"tit": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"required": true
|
|
|
|
|
},
|
|
|
|
|
"transkripsyon": {
|
|
|
|
|
"type": "richtext"
|
|
|
|
|
},
|
|
|
|
|
"tradiksyon": {
|
|
|
|
|
"type": "component",
|
|
|
|
|
"repeatable": false,
|
|
|
|
|
"component": "trad.traductions"
|
|
|
|
|
},
|
|
|
|
|
"lanne": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"lyen": {
|
|
|
|
|
"type": "component",
|
2020-12-19 00:12:04 +01:00
|
|
|
"repeatable": true,
|
2020-12-18 19:23:21 +01:00
|
|
|
"component": "url.liens"
|
|
|
|
|
},
|
|
|
|
|
"awtis": {
|
|
|
|
|
"collection": "awtis",
|
2020-12-19 00:12:04 +01:00
|
|
|
"via": "teks",
|
2020-12-18 19:23:21 +01:00
|
|
|
"dominant": true
|
|
|
|
|
},
|
|
|
|
|
"kouteyAchtey": {
|
|
|
|
|
"type": "component",
|
2020-12-19 00:12:04 +01:00
|
|
|
"repeatable": true,
|
2020-12-18 19:23:21 +01:00
|
|
|
"component": "store.store"
|
|
|
|
|
},
|
|
|
|
|
"slug": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"kouveti": {
|
|
|
|
|
"model": "file",
|
|
|
|
|
"via": "related",
|
|
|
|
|
"allowedTypes": [
|
|
|
|
|
"images"
|
|
|
|
|
],
|
|
|
|
|
"plugin": "upload",
|
|
|
|
|
"required": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|