Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Install extension RelatedArticles
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Dec 10, 2019
1 parent c2667f6 commit b426b56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,14 @@
$wgPopupsOptInDefaultState = '1';
$wgDefaultUserOptions[ 'popupsreferencepreviews' ] = '1';

// RelatedArticles
wfLoadExtension( 'RelatedArticles' );
$wgRelatedArticlesFooterWhitelistedSkins = [
'femiwiki',
'vector'
];
$wgRelatedArticlesCardLimit = 6;

// Renameuser
wfLoadExtension( 'Renameuser' );

Expand Down

0 comments on commit b426b56

Please sign in to comment.