From a845cd44bf114a1032321350628f2f79dfca251f Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 24 Jun 2021 17:54:29 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/manifest.json b/manifest.json index edc63c9..349808d 100644 --- a/manifest.json +++ b/manifest.json @@ -28,29 +28,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for emailpoubelle", - "fr": "Choisissez un domaine pour emailpoubelle" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for emailpoubelle", - "fr": "Choisissez un chemin pour emailpoubelle" - }, "example": "/poubelle", "default": "/poubelle" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user for emailpoubelle", - "fr": "Choisissez un administrateur pour emailpoubelle" - }, "example": "homer", "help": { "en": "Admin user can access to the control panel, block and remove all redirection and reset any settings", @@ -60,19 +48,11 @@ { "name": "password", "type": "password", - "ask": { - "en": "Enter a password to access the admin panel", - "fr": "Entrer un mot de passe pour accéder au tableau d'administration" - }, "example": "AveryStrongPassword" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": false, "help": { "en": "The app can be accessed outside Yunohost and anyone will be able to create a trash email adress",