From 0f2cd40fa8e94547b6af5f67f21566f54650df14 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 20 Sep 2016 15:11:38 +0200 Subject: [PATCH] Fix is_public choice --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 6dbc4ea..b324346 100644 --- a/manifest.json +++ b/manifest.json @@ -54,12 +54,12 @@ }, { "name": "is_public", - "type": "boolean", "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" + "en": "Is it a public WordPress site ?", + "fr": "Est-ce un site public ?" }, - "default": true + "choices": ["Yes", "No"], + "default": "Yes" }, { "name": "language",