mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
Merge branch 'main' into allow-user-css
This commit is contained in:
commit
57f183ca9b
@ -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,
|
||||||
|
];
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user