From d348aeb199204bf88154d7f2e2fcd1aa17f4844c Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Thu, 26 May 2016 23:40:13 +0200 Subject: [PATCH] Error on is_public --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7d10b78..1e39a78 100644 --- a/manifest.json +++ b/manifest.json @@ -52,12 +52,12 @@ }, { "name": "is_public", + "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "default": false } ] }