From e99e42850a4331707e8e958eca36dc35c2177913 Mon Sep 17 00:00:00 2001 From: Michael Linares Date: Mon, 20 Nov 2023 13:00:46 +0100 Subject: [PATCH] Added FEATURE_COPY_NEXBOARD_ENABLED to cenabled nexboard on copy course. --- config/default.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/default.schema.json b/config/default.schema.json index a34d8e899ad..5e7eaa6f8b4 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -539,6 +539,11 @@ "default": false, "description": "Enable nexboard" }, + "FEATURE_COPY_NEXBOARD_ENABLED": { + "type": "boolean", + "default": false, + "description": "Enable nexboard on copy course." + }, "FEATURE_MULTIPLE_S3_PROVIDERS_ENABLED": { "type": "boolean", "default": true,