From ccc2c51dd6e5a9b77719372dd4a4daa594262b0e Mon Sep 17 00:00:00 2001 From: Henning Perl Date: Mon, 16 Oct 2023 19:30:40 +0200 Subject: [PATCH] feat: add opaque feature flags --- spec/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/config.json b/spec/config.json index ad58e0b0834..9899db71df0 100644 --- a/spec/config.json +++ b/spec/config.json @@ -1219,6 +1219,11 @@ "title": "Enable development mode", "description": "If true, disables critical security measures to allow easier local development. Do not use in production.", "default": false + }, + "feature_flags": { + "title": "Feature flags", + "type": "object", + "additionalProperties": true } }, "additionalProperties": false