Files
api.pawol.nu/api/teks/models/teks.settings.json
T

67 lines
1.2 KiB
JSON
Raw Normal View History

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"
2020-12-18 19:23:21 +01:00
}
}
}