From 9b1ac7d6958f73c3bafe2b198ece359af5c2f2ba Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 8 Mar 2017 13:36:32 +0100 Subject: [PATCH] Ajouter les champs optionnelles --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 6e8c5ff..7edc8c5 100644 --- a/manifest.json +++ b/manifest.json @@ -53,6 +53,7 @@ { "name": "spotify_user", "type": "user", + "optional": true, "ask": { "en": "User Spotify", "fr": "Utilisateur Spotify" @@ -62,6 +63,7 @@ { "name": "spotify_pass", "type": "password", + "optional": true, "ask": { "en": "Password Spotify", "fr": "Mot de passe Spotify" @@ -71,6 +73,7 @@ { "name": "spotify_id", "type": "id", + "optional": true, "ask": { "en": "Client ID Spotify", "fr": "ID client Spotify" @@ -79,6 +82,7 @@ { "name": "spotify_id_secret", "type": "id", + "optional": true, "ask": { "en": "Client secret ID Spotify", "fr": "ID client secret Spotify" @@ -87,6 +91,7 @@ { "name": "soundcloud_id", "type": "id", + "optional": true, "ask": { "en": "Soundcloud ID", "fr": "ID Soundcloud"