From fecb949c89d402f246d6ea4ab1eb2f2b67ae9d5b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 20 Oct 2021 19:41:05 +0200 Subject: [PATCH] Follow linter advice in manifest --- manifest.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 6ced031..a9fc38a 100644 --- a/manifest.json +++ b/manifest.json @@ -31,8 +31,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -42,8 +41,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public",