Create awtis & mizik routes & models
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"collectionName": "components_store_stores",
|
||||
"info": {
|
||||
"name": "Album",
|
||||
"icon": "music",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"lien": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"store": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"Tidal",
|
||||
"Spotify",
|
||||
"Deezer",
|
||||
"Qobuz",
|
||||
"PlayStore",
|
||||
"AppleMusic",
|
||||
"Autre"
|
||||
],
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"collectionName": "components_trad_traductions",
|
||||
"info": {
|
||||
"name": "traductions",
|
||||
"icon": "spell-check",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"francais": {
|
||||
"type": "richtext"
|
||||
},
|
||||
"english": {
|
||||
"type": "richtext"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"collectionName": "components_url_liens",
|
||||
"info": {
|
||||
"name": "liens",
|
||||
"icon": "link",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"lien": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"Hebergeur": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"YouTube",
|
||||
"PeerTube",
|
||||
"DailyMotion",
|
||||
"Vimeo",
|
||||
"SoundCloud",
|
||||
"Autre"
|
||||
],
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user