From 99863ab94ed4cf387edf69b437216da3d3dfaca6 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sat, 10 Jun 2017 10:18:47 +0200 Subject: [PATCH] Update manifest informations --- manifest.json | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index abf6023..0970a40 100644 --- a/manifest.json +++ b/manifest.json @@ -43,15 +43,7 @@ "example": "/example", "default": "/example" }, - { - "name": "admin", - "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" - }, - "example": "johndoe" - }, + { "name": "is_public", "type": "boolean", @@ -60,16 +52,9 @@ "fr": "Est-ce une application publique ?" }, "default": true - }, - { - "name": "language", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" } + + ] } }