Update liens and album component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 14:14:19 +04:00
parent ee51ebb6c5
commit c564a01e04
2 changed files with 29 additions and 2 deletions
+15 -1
View File
@@ -2,12 +2,26 @@
"collectionName": "components_store_albums",
"info": {
"displayName": "Album",
"icon": "music"
"icon": "music",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string"
},
"boutik": {
"type": "enumeration",
"enum": [
"Tidal",
"Spotify",
"Deezer",
"Qobuz",
"Youtubemusic",
"Applemusic",
"Amazon",
"Soundcloud"
]
}
}
}
+14 -1
View File
@@ -2,12 +2,25 @@
"collectionName": "components_url_liens",
"info": {
"displayName": "Liens",
"icon": "hand-pointer"
"icon": "hand-pointer",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string"
},
"sit": {
"type": "enumeration",
"enum": [
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"File",
"Lbry",
"Rumble"
]
}
}
}