From c7d79bb89335d5a08e80960301383b1c99cbc04d Mon Sep 17 00:00:00 2001 From: Charles Dyason Date: Fri, 31 May 2019 19:45:58 +0200 Subject: [PATCH] Updated config.js.sample with new configuration entries Added `broadcastNewsFeeds: true` and `broadcastNewsUpdates: true` to the `config.js.sample` file --- config/config.js.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.js.sample b/config/config.js.sample index 8ec8622f..790ada34 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -83,7 +83,9 @@ var config = { } ], showSourceTitle: true, - showPublishDate: true + showPublishDate: true, + broadcastNewsFeeds: true, + broadcastNewsUpdates: true } }, ]