Update liens and album component
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user