From 15a34edb9d81274038cd8d30197171516fe31211 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 25 Apr 2020 22:22:17 +0200 Subject: [PATCH] Fix Manifest ! [YEP-2.1] You should specify the type of the argument 'database'. You can use : domain, path, boolean, app, password, user, string, display_text. --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index c593b13..cae7fce 100644 --- a/manifest.json +++ b/manifest.json @@ -62,6 +62,7 @@ }, { "name": "database", + "type": "string", "ask": { "en": "Choose the database to use (for production usage choose: mysql)", "fr": "Choisissez le type de base de données à utiliser (mysql pour un usage en production)",