From 95a7d63197fa60beb56d2519645f13ff397ceafb Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 23 Sep 2023 20:52:10 +0200 Subject: [PATCH] Fix manifest question type --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1aca87d..fae5b7e 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ }, { "name": "language", - "type": "string", + "type": "select", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application"