From 5b41b6465aac88bd466d8c4b7bf7ed891895bb9b Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 18 Jan 2022 09:44:42 +0100 Subject: [PATCH] Remove "ask" strings See https://github.com/YunoHost/example_ynh/pull/142 --- manifest.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manifest.json b/manifest.json index 81b677d..58cfcb9 100644 --- a/manifest.json +++ b/manifest.json @@ -25,29 +25,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for PyInventory", - "fr": "Choisissez un domaine pour PyInventory" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for PyInventory", - "fr": "Choisissez un chemin pour PyInventory" - }, "example": "/pyinventory", "default": "/pyinventory" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user for PyInventory", - "fr": "Choisissez l'administrateur pour PyInventory" - }, "example": "johndoe" } ]