77 lines
1.4 KiB
JSON
77 lines
1.4 KiB
JSON
{
|
|
"kind": "collectionType",
|
|
"collectionName": "teks",
|
|
"info": {
|
|
"name": "Teks",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"draftAndPublish": true
|
|
},
|
|
"attributes": {
|
|
"tit": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"transkripsyon": {
|
|
"type": "richtext",
|
|
"required": true
|
|
},
|
|
"tradiksyon": {
|
|
"type": "component",
|
|
"repeatable": false,
|
|
"component": "trad.traductions"
|
|
},
|
|
"lanne": {
|
|
"type": "integer"
|
|
},
|
|
"lyen": {
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"component": "url.liens"
|
|
},
|
|
"awtis": {
|
|
"collection": "awtis",
|
|
"via": "teks",
|
|
"dominant": true
|
|
},
|
|
"kouteyAchtey": {
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"component": "store.store"
|
|
},
|
|
"slug": {
|
|
"type": "string"
|
|
},
|
|
"kouveti": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"allowedTypes": [
|
|
"images"
|
|
],
|
|
"plugin": "upload",
|
|
"required": false,
|
|
"pluginOptions": {}
|
|
},
|
|
"okiMizikID": {
|
|
"type": "integer"
|
|
},
|
|
"user": {
|
|
"plugin": "users-permissions",
|
|
"model": "user"
|
|
},
|
|
"eksplisit": {
|
|
"type": "boolean"
|
|
},
|
|
"komante": {
|
|
"via": "teks",
|
|
"collection": "komante"
|
|
},
|
|
"forceSlug": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|