From 90ccdaf7fc8805009ec08904b9dd4ad635fead4b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 2 Apr 2019 18:19:29 +0200 Subject: [PATCH] Value for "optional" should be a boolean --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 947f5bd..b288fa9 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,7 @@ { "name": "upload_password", "type": "password", - "optional": "true", + "optional": true, "ask": { "en": "Set the password granting upload permissions (leave empty to allow anybody to upload)", "fr": "Définissez le mot de passe permettant l'accès à l'envoi de fichiers (laissez vide pour autoriser tout le monde)"