From 5322fc14e22097ba93d743d7720be257f1752c4d Mon Sep 17 00:00:00 2001 From: Mark Pittaway Date: Mon, 23 Oct 2023 14:40:38 +1100 Subject: [PATCH] config: Disable publishing from authoring --- client/superdesk.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/superdesk.config.js b/client/superdesk.config.js index f2d863d..66eac8f 100644 --- a/client/superdesk.config.js +++ b/client/superdesk.config.js @@ -47,6 +47,7 @@ module.exports = function() { toDesk: true, }, slackNotifications: 1, + noPublishOnAuthoringDesk: true, }, workspace: { analytics: true,