From c564a01e046fd95ca01d5ca98f6cdf94a2222faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 14:14:19 +0400 Subject: [PATCH] Update liens and album component --- src/components/store/album.json | 16 +++++++++++++++- src/components/url/liens.json | 15 ++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) 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" + ] } } }