diff --git a/manifest.json b/manifest.json index cdf0a3af..4684cdd6 100644 --- a/manifest.json +++ b/manifest.json @@ -47,13 +47,13 @@ }, { "name": "database", - "type": "int", + "type": "string", "ask": { "en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]", "fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]" }, - "choices": [1, 2], - "default": 1 + "choices": ["1", "2"], + "default": "1" } ] } }