Create awtis & mizik routes & models

This commit is contained in:
2020-12-06 22:13:45 +01:00
parent 3c39285f38
commit b248272d71
13 changed files with 314 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"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"
}
}
}