45 lines
822 B
JSON
45 lines
822 B
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": {
|
|
"collection": "awtis",
|
|
"via": "miziks"
|
|
},
|
|
"kouteyAchtey": {
|
|
"type": "component",
|
|
"repeatable": true,
|
|
"component": "store.store"
|
|
}
|
|
}
|
|
}
|