diff --git a/manifest.json b/manifest.json index 9cedf0e..d114b8e 100644 --- a/manifest.json +++ b/manifest.json @@ -25,38 +25,22 @@ { "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": "/django_example_ynh", "default": "/django_example_ynh" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user for PyInventory", - "fr": "Choisissez l'administrateur pour PyInventory" - }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Should PyInventory be public accessible?", - "fr": "PyInventory doit-il être accessible au public ?" - }, "help": { "en": "Any YunoHost user and anonymous people from the web will be able to access the application", "fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"