mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +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
|
||||
$wgAllowUserCss = true;
|
||||
# Visual Editor Settings
|
||||
$wgVisualEditorAvailableNamespaces = [
|
||||
'Help' => true,
|
||||
'Project' => true,
|
||||
];
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user