From 0bd487c07430ea90dc74e56c6c648f2f86efb32f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 21 Mar 2022 19:38:56 +0100 Subject: [PATCH] Appease linter with a help jey for is_public --- manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f688fa7..aca4c05 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,6 @@ "multi_instance": true, "services": [ "nginx", - "php7.4-fpm", "mysql" ], "arguments": { @@ -40,7 +39,7 @@ "name": "path", "type": "path", "example": "/firefly", - "default": "/firefly" + "default": "/firefly" }, { "name": "admin", @@ -49,7 +48,10 @@ { "name": "is_public", "type": "boolean", - "default": true + "default": true, + "help": { + "en": "Should this app be publically accessible?" + } } ] }