From cdabc4d55f8c1bb6dd3269d3c8432bcaf5a1366c Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 1 Nov 2021 20:37:43 +0300 Subject: [PATCH] don't ask for password --- manifest.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest.json b/manifest.json index ad76a16..bc9c16c 100644 --- a/manifest.json +++ b/manifest.json @@ -48,14 +48,6 @@ "name": "is_public", "type": "boolean", "default": true - }, - { - "name": "password", - "type": "password", - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - } } ] }