mirror of https://gitlab.crans.org/nounous/nixos
Augmentation max category tree
parent
023bb05b08
commit
f4ba82ca6b
|
|
@ -219,7 +219,8 @@ in
|
|||
$wgPdfInfo = '${pkgs.poppler-utils}/bin/pdfinfo';
|
||||
$wgPdftoText = '${pkgs.poppler-utils}/bin/pdftotext';
|
||||
$wgScribuntoDefaultEngine = 'luasandbox';
|
||||
|
||||
# 4 pour les catégories, 3 pour le reste https://www.mediawiki.org/wiki/Extension:CategoryTree
|
||||
$wgCategoryTreeMaxDepth = [10 => 3, 20 => 3, 0 => 4, 100 => 3];
|
||||
# SyntaxHighlight extension
|
||||
$wgPygmentizePath = '${pkgs.python3Packages.pygments}/bin/pygmentize';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue