Update for category treedepth

This commit is contained in:
conradschulz 2021-05-05 16:09:18 +02:00
parent f56ed7118a
commit ecf93bab11

View file

@ -265,4 +265,7 @@ $wgFFprobeLocation = '/usr/bin/ffprobe'; // String - Set the location of the ffp
# Category Tree # Category Tree
############### ###############
$wgCategoryTreeSidebarRoot = 'Category:Hauptseite'; $wgCategoryTreeSidebarRoot = 'Category:Hauptseite';
$wgCategoryTreeForceHeaders = true; $wgCategoryTreeForceHeaders = true;
# Depth of tree per TreeMode
$wgCategoryTreeMaxDepth = [10 => 5, 20 => 5, 0 => 5, 100 => 5];
$wgCategoryTreeDefaultMode = 10;