From aa3c5b269d7ef20e42a55a1695f96a13a13542f4 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Tue, 30 Sep 2025 11:30:28 +0200 Subject: [PATCH 1/2] Disable syntax-check --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index e12b7f9..a617155 100644 --- a/settings.json +++ b/settings.json @@ -8,7 +8,7 @@ "FeatureManagement": { "AdminService": true, "LocalPublishService": false, - "Syntax-Check": true, + "Syntax-Check": false, "Notifications": true }, "FileSizeLimit": 52428800, From 5a8376e05b0132b75c848f8b8a784587426bc944 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Tue, 30 Sep 2025 11:31:58 +0200 Subject: [PATCH 2/2] Disable admin-service --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index a617155..4ccf7e1 100644 --- a/settings.json +++ b/settings.json @@ -6,7 +6,7 @@ } }, "FeatureManagement": { - "AdminService": true, + "AdminService": false, "LocalPublishService": false, "Syntax-Check": false, "Notifications": true