From bf17539b2d91703b47bf303a923ae5c397b70f6a Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 8 Apr 2021 00:54:10 +0200 Subject: [PATCH] Ask string for argument is superflous --- manifest.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/manifest.json b/manifest.json index 9e55626..b528e4d 100644 --- a/manifest.json +++ b/manifest.json @@ -29,29 +29,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Jenkins", - "fr": "Choisissez un domaine pour Jenkins" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Jenkins", - "fr": "Choisissez un chemin pour Jenkins" - }, "example": "/jenkins", "default": "/jenkins" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true, "help": { "en": "A public Jenkins will be accessible by everyone unless you configure the security into jenkins admin panel.",