From d9ccb1b5e266b89ac946409c15ed76846dc6f5da Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 25 Oct 2021 01:41:59 +0200 Subject: [PATCH] Superflous example values in install questions --- manifest.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 8a0ac17..f960952 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", @@ -38,13 +37,11 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" }, { "name": "language",