From 6b81aec7896f22ec101b4e4718b2efdaefdfc00c Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Wed, 27 Apr 2022 12:40:24 +0200 Subject: [PATCH] [TASK] Set default for enableAutomaticRelatedNews to 0 --- Configuration/TypoScript/Frontend/constants.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Frontend/constants.typoscript b/Configuration/TypoScript/Frontend/constants.typoscript index 056a6f0..58f8138 100644 --- a/Configuration/TypoScript/Frontend/constants.typoscript +++ b/Configuration/TypoScript/Frontend/constants.typoscript @@ -21,6 +21,6 @@ plugin.tx_sgnews { sortDirection = DESC # This enables the output of related news in regards to the news category or tags - enableAutomaticRelatedNews = 1 + enableAutomaticRelatedNews = 0 } } -- GitLab