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
commit 57f183ca9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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