mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 13:11:50 +02:00
Enable Visual Editor on and namespaces
This commit is contained in:
parent
ace4998907
commit
53b7d2ebba
@ -177,6 +177,12 @@ in
|
|||||||
|
|
||||||
# Block spam by regex
|
# Block spam by regex
|
||||||
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
|
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
|
||||||
|
|
||||||
|
# Visual Editor Settings
|
||||||
|
$wgVisualEditorAvailableNamespaces = [
|
||||||
|
'Help' => true,
|
||||||
|
'Project' => true,
|
||||||
|
];
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user