From 89db99a0a829a2a5fdf47499df96f113880d4ac3 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 4 Jan 2025 02:39:00 -0500 Subject: [PATCH] Increase RelatedArticles cards to 6 --- config/LocalSettings.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/config/LocalSettings.php b/config/LocalSettings.php index 6b2e342..bc5928c 100644 --- a/config/LocalSettings.php +++ b/config/LocalSettings.php @@ -872,14 +872,6 @@ // $wgPlausibleTrackCitizenMenuLinks = true; // $wgPlausibleApiKey = "{$_ENV['PLAUSIBLE_APIKEY']}"; -/** - * Extension:Popups - * - * @see https://github.com/wikimedia/mediawiki-extensions-Popups - */ -// Reference Previews are enabled for all users by default -$wgPopupsReferencePreviewsBetaFeature = false; - /** * Extension:RelatedArticles * @@ -893,6 +885,8 @@ $wgRelatedArticlesDescriptionSource = 'wikidata'; $wgRelatedArticlesUseCirrusSearch = true; $wgRelatedArticlesOnlyUseCirrusSearch = true; +// 5 is weird since we have a 3 col layout +$wgRelatedArticlesCardLimit = 6; /** * Extension:Scribunto