From 732d13dd276c4ecef643e2ee9e078f5ab7123255 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 24 Mar 2018 20:43:43 +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 eb0f466..e792bc4 100644 --- a/manifest.json +++ b/manifest.json @@ -45,12 +45,12 @@ }, { "name": "is_public", + "type": "boolean", "ask": { - "en": "Is it a public Abantecart 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 }, { "name": "admin_name",