From cf5f4bdc02a1f719c8fb9643a002a54d5470d57c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 09:16:25 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/manifest.json b/manifest.json index e470206..a4e6311 100644 --- a/manifest.json +++ b/manifest.json @@ -28,47 +28,27 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Movim", - "fr": "Choisissez un nom de domaine pour Movim" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Movim", - "fr": "Choisissez un chemin pour Movim" - }, "example": "/movim", "default": "/movim" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l'administrateur" - }, "example": "johndoe" }, { "name": "password", "type": "password", - "ask": { - "en": "Set the administrator password", - "fr": "Définissez le mot de passe administrateur" - }, "example": "Choose a password" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]