fix(plausible): max boolean field non required (#659)
This commit is contained in:
parent
38f806428d
commit
054f5d445e
|
@ -5,7 +5,7 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "plausible",
|
"id": "plausible",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "v1.5.1",
|
"version": "v1.5.1",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"description": "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.",
|
"description": "Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.",
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
"label": "Disable User Registration",
|
"label": "Disable User Registration",
|
||||||
"hint": "Check to enable Registration",
|
"hint": "Check to enable Registration",
|
||||||
"default": "true",
|
"default": "true",
|
||||||
"required": true,
|
|
||||||
"env_variable": "PLAUSIBLE_DISABLE_REGISTRATION"
|
"env_variable": "PLAUSIBLE_DISABLE_REGISTRATION"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user