From dfc7bf664cf02a2f31db21b1e1bf010d65142cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 15 Dec 2020 21:16:38 +0100 Subject: [PATCH] First letter uppercase for store & liens --- components/store/store.json | 15 +++++++-------- components/url/liens.json | 13 ++++++------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/components/store/store.json b/components/store/store.json index 7ed3120..9222c01 100644 --- a/components/store/store.json +++ b/components/store/store.json @@ -14,14 +14,13 @@ "store": { "type": "enumeration", "enum": [ - "tidal", - "spotify", - "deezer", - "qobuz", - "youtube", - "apple", - "amazon", - "autre" + "Tidal", + "Spotify", + "Deezer", + "Qobuz", + "Youtubemusic", + "Applemusic", + "Amazon" ], "required": true } diff --git a/components/url/liens.json b/components/url/liens.json index 0afb00a..1881151 100644 --- a/components/url/liens.json +++ b/components/url/liens.json @@ -14,13 +14,12 @@ "hebergeur": { "type": "enumeration", "enum": [ - "youtube", - "peertube", - "dailymotion", - "vimeo", - "soundcloud", - "autre", - "file" + "Youtube", + "Peertube", + "Dailymotion", + "Vimeo", + "Soundcloud", + "File" ], "required": true }