From db45ef56fde8ad4181ff8239b41eae8814c35bf6 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Sun, 6 Nov 2022 00:42:23 +0100 Subject: [PATCH] Add optional --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 730beb4..bd4ddd5 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,7 @@ "name": "pixabay", "type": "string", "example": "123456abc", + "optional": true, "help": { "en": "Optional: a Pixabay API key will let you chose a background by entering keywords.", "fr": "Optionnel : une clé d’API Pixabay vous permettra de choisir un fond d’écran en entrant un mot clé." @@ -54,6 +55,7 @@ "name": "googleYoutube", "type": "string", "example": "123456abc", + "optional": true, "help": { "en": "Optional: a Google API key will let you insert videos from Youtube on your Digiscreen", "fr": "Optionnel : une clé d’API Google vous permettra d’afficher des vidéos de Youtube sur votre Digiscreen."