From 905b7e9878207f86aa6cc39f0697f356c55f2606 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 20 Aug 2014 13:23:18 +0200 Subject: [PATCH] Ajout is_public --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index d5d1996..b9e28e2 100644 --- a/manifest.json +++ b/manifest.json @@ -54,6 +54,15 @@ }, "choices" : ["en", "fr", "es"], "default" : "en" + }, + { + "name": "is_public", + "ask": { + "en": "Is it a public website ?", + "fr": "Est-ce un site public ?" + }, + "choices": ["Yes", "No"], + "default": "No" } ] }