From 054f5d445e0e387df34a70682551663b5bf045ae Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:14:53 +0200 Subject: [PATCH] fix(plausible): max boolean field non required (#659) --- apps/plausible/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/plausible/config.json b/apps/plausible/config.json index afbc7968..fcd5813e 100644 --- a/apps/plausible/config.json +++ b/apps/plausible/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "plausible", - "tipi_version": 1, + "tipi_version": 2, "version": "v1.5.1", "categories": ["utilities"], "description": "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.", @@ -30,7 +30,6 @@ "label": "Disable User Registration", "hint": "Check to enable Registration", "default": "true", - "required": true, "env_variable": "PLAUSIBLE_DISABLE_REGISTRATION" } ]