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