1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-08-20 03:28:51 +02:00

Merge branch 'main' into allow-user-css

This commit is contained in:
Jörg Thalheim
2025-06-10 21:22:37 +02:00
committed by GitHub

@@ -180,6 +180,11 @@ in
# Allow user-defined CSS for experimentation # Allow user-defined CSS for experimentation
$wgAllowUserCss = true; $wgAllowUserCss = true;
# Visual Editor Settings
$wgVisualEditorAvailableNamespaces = [
'Help' => true,
'Project' => true,
];
''; '';
}; };