Update for category treedepth
This commit is contained in:
parent
f56ed7118a
commit
ecf93bab11
1 changed files with 4 additions and 1 deletions
|
|
@ -266,3 +266,6 @@ $wgFFprobeLocation = '/usr/bin/ffprobe'; // String - Set the location of the ffp
|
|||
###############
|
||||
$wgCategoryTreeSidebarRoot = 'Category:Hauptseite';
|
||||
$wgCategoryTreeForceHeaders = true;
|
||||
# Depth of tree per TreeMode
|
||||
$wgCategoryTreeMaxDepth = [10 => 5, 20 => 5, 0 => 5, 100 => 5];
|
||||
$wgCategoryTreeDefaultMode = 10;
|
||||
Loading…
Add table
Reference in a new issue