Update for category treedepth
This commit is contained in:
parent
f56ed7118a
commit
ecf93bab11
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
Loading…
Add table
Reference in a new issue