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": {
|
2020-12-21 09:36:45 +01:00
|
|
|
"type": "richtext",
|
|
|
|
|
"required": true
|
2020-12-18 19:23:21 +01:00
|
|
|
},
|
|
|
|
|
"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",
|
2021-05-22 23:28:30 +02:00
|
|
|
"required": false,
|
|
|
|
|
"pluginOptions": {}
|
2021-01-10 18:34:31 +01:00
|
|
|
},
|
2021-01-10 21:47:17 +01:00
|
|
|
"okiMizikID": {
|
|
|
|
|
"type": "integer"
|
2021-05-22 23:28:30 +02:00
|
|
|
},
|
|
|
|
|
"user": {
|
|
|
|
|
"plugin": "users-permissions",
|
|
|
|
|
"model": "user"
|
2021-05-28 16:38:54 +02:00
|
|
|
},
|
|
|
|
|
"eksplisit": {
|
|
|
|
|
"type": "boolean"
|
2021-06-22 21:45:40 +02:00
|
|
|
},
|
|
|
|
|
"komante": {
|
|
|
|
|
"via": "teks",
|
|
|
|
|
"collection": "komante"
|
2022-03-23 09:08:25 +04:00
|
|
|
},
|
|
|
|
|
"forceSlug": {
|
|
|
|
|
"type": "boolean"
|
2020-12-18 19:23:21 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|