From e4134af0e7880bc8cd6537061fed95ee6a91f45b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Oct 2021 18:24:03 +0200 Subject: [PATCH] Superflous example values for domain and admin --- manifest.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 28ac8b3..7e25226 100644 --- a/manifest.json +++ b/manifest.json @@ -33,8 +33,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -44,8 +43,7 @@ }, { "name": "admin", - "type": "user", - "example": "mickael" + "type": "user" }, { "name": "is_public",