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", "collectionName": "components_store_albums",
"info": { "info": {
"displayName": "Album", "displayName": "Album",
"icon": "music" "icon": "music",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"url": { "url": {
"type": "string" "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", "collectionName": "components_url_liens",
"info": { "info": {
"displayName": "Liens", "displayName": "Liens",
"icon": "hand-pointer" "icon": "hand-pointer",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"url": { "url": {
"type": "string" "type": "string"
},
"sit": {
"type": "enumeration",
"enum": [
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"File",
"Lbry",
"Rumble"
]
} }
} }
} }