57 lines
1.0 KiB
JSON
57 lines
1.0 KiB
JSON
{
|
|
"kind": "collectionType",
|
|
"collectionName": "mizik",
|
|
"info": {
|
|
"name": "mizik",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"draftAndPublish": true
|
|
},
|
|
"attributes": {
|
|
"titre": {
|
|
"type": "string",
|
|
"required": true
|
|
},
|
|
"transcription": {
|
|
"type": "richtext"
|
|
},
|
|
"traductions": {
|
|
"type": "component",
|
|
"repeatable": false,
|
|
"component": "trad.traductions"
|
|
},
|
|
"annee": {
|
|
"type": "integer"
|
|
},
|
|
"liens": {
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"component": "url.liens"
|
|
},
|
|
"awtis": {
|
|
"via": "miziks",
|
|
"collection": "awtis"
|
|
},
|
|
"kouteyAchtey": {
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"component": "store.store"
|
|
},
|
|
"slug": {
|
|
"type": "string"
|
|
},
|
|
"cover": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"allowedTypes": [
|
|
"images"
|
|
],
|
|
"plugin": "upload",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|