From cb8e38b081a7268baa7d54e316f4abd021567cbe Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 5 May 2016 12:58:36 +0200 Subject: [PATCH] Mode public --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 81953ae..9f26b38 100644 --- a/manifest.json +++ b/manifest.json @@ -43,7 +43,16 @@ "fr": "Choisissez l'administrateur de Kanboard" }, "example": "johndoe" - } + }, + { + "name": "is_public", + "ask": { + "en": "Is it a public site ?", + "fr": "Est-ce un site public ?" + }, + "choices": ["Yes", "No"], + "default": "No" + } ] } }