diff --git a/src/components/store/album.json b/src/components/store/album.json index 98418ba..a86f9f1 100644 --- a/src/components/store/album.json +++ b/src/components/store/album.json @@ -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" + ] } } } diff --git a/src/components/url/liens.json b/src/components/url/liens.json index 3310bff..7bf223c 100644 --- a/src/components/url/liens.json +++ b/src/components/url/liens.json @@ -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" + ] } } }