mirror of https://gitlab.crans.org/nounous/nixos
Add search namespaces
parent
c232b7b67f
commit
bb48ba5e34
|
|
@ -162,6 +162,11 @@ in
|
||||||
NS_INTERNE_TALK => "Discussions_pages_internes"
|
NS_INTERNE_TALK => "Discussions_pages_internes"
|
||||||
];
|
];
|
||||||
$wgContentNamespaces = [ NS_MAIN, NS_PUBLIC, NS_INTERNE ];
|
$wgContentNamespaces = [ NS_MAIN, NS_PUBLIC, NS_INTERNE ];
|
||||||
|
$wgNamespacesToBeSearchedDefault = [
|
||||||
|
NS_MAIN => true,
|
||||||
|
NS_PUBLIC => true,
|
||||||
|
NS_INTERNE => true,
|
||||||
|
];
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
$wgShowExceptionDetails = true;
|
$wgShowExceptionDetails = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue