From 47f905e4cf56e95f58e80c4cd2e9c756fc7226df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Garrigue?= Date: Thu, 20 Aug 2015 13:07:20 +0000 Subject: [PATCH] Added admin and public param --- manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/manifest.json b/manifest.json index e7f0d4a..048fd9d 100644 --- a/manifest.json +++ b/manifest.json @@ -29,6 +29,21 @@ "example": "/dc", "default": "/dc" } + { + "name": "admin", + "ask": { + "en": "Choose an admin user" + }, + "example": "johndoe" + }, + { + "name": "is_public", + "ask": { + "en": "Is it a public application ?" + }, + "choices": ["Yes", "No"], + "default": "Yes" + } ] } }