From 7a10d18c6f811961b97b6a132ce1f7c4377abb10 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 24 Mar 2018 01:34:42 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2d4892a..ef14374 100644 --- a/manifest.json +++ b/manifest.json @@ -42,12 +42,12 @@ }, { "name": "is_public", + "type": "boolean", "ask": { - "en": "Is it a public Garradin site ?", - "fr": "Est-ce un site public ?" + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" + "default": true } ] }