From 46a81fcaa9be1322ebe79ff2bbb6ca131fe7c8a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 23 Jul 2021 07:14:23 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e251d88..ec863ef 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", - "mysql" + "php7.3-fpm" ], "arguments": { "install": [ @@ -46,6 +45,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Galette will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Galette sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ]