mirror of https://gitlab.crans.org/nounous/nixos
wiki: fix categories subpages
parent
74f1f1413e
commit
402d8e3776
|
|
@ -227,8 +227,10 @@ in
|
|||
NS_ARCHIVE => "Archive",
|
||||
NS_ARCHIVE_TALK => "Discussion_archive",
|
||||
];
|
||||
# Sous pages
|
||||
$wgNamespacesWithSubpages[NS_MAIN] = true;
|
||||
$wgNamespacesWithSubpages[NS_ARCHIVE] = true;
|
||||
$wgNamespacesWithSubpages[NS_CATEGORY] = true;
|
||||
$wgVisualEditorAvailableNamespaces[NS_ARCHIVE] = true;
|
||||
# Pour les Popups
|
||||
$wgContentNamespaces[] = NS_ARCHIVE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue