From b288a683bcd6d639e140504c2b03361c5d9c737f Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 11 Jul 2016 09:09:29 +0200 Subject: [PATCH] fixed public site argument in manifest --- manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 0af8faf..7a00cac 100644 --- a/manifest.json +++ b/manifest.json @@ -42,14 +42,14 @@ "default": "/pad" }, { - "name": "public_site", + "name": "is_public", + "type": "boolean", "ask": { - "en": "Is it a public Etherpad ?", - "fr": "Etherpad est-il public?" + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" }, - "choices": ["Yes", "No"], - "default": "Yes" - } + "default": true + }, ] } }