Skip to content

Commit

Permalink
mediawiki: do not collapse sections by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eugulixes committed Jul 13, 2024
1 parent 31ce713 commit fc9be94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediawiki/config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@
// that $wgVirtualRestConfig['modules']['parsoid']['url'] be pointed to localhost if this setting is enabled.
$wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true;

$wgMFCollapseSectionsByDefault = false;

$wgMFDefaultSkinClass = 'SkinVector';

$wgCollectionFormats = array(
Expand Down

0 comments on commit fc9be94

Please sign in to comment.