From 18c4949415680aa6ce23e2884f4b9adda1e3e96b Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Tue, 15 Apr 2025 10:37:37 +0200 Subject: [PATCH] Notificatons off, Syntax-Check on --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 4ccf7e1..5b87d4a 100644 --- a/settings.json +++ b/settings.json @@ -6,10 +6,10 @@ } }, "FeatureManagement": { - "AdminService": false, + "AdminService": true, "LocalPublishService": false, - "Syntax-Check": false, - "Notifications": true + "Syntax-Check": true, + "Notifications": false }, "FileSizeLimit": 52428800, "AvailableStartYear": 1700,