From: Grant Slater Date: Sat, 2 Jan 2016 10:01:30 +0000 (+0000) Subject: mediawiki: Enable VisualEditor by default X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8d3c08fa5ec0a351555df7629083c7f54ad262fb?hp=5ab2fa964268ac233bcdf90a18f9c6bfb22f027a mediawiki: Enable VisualEditor by default --- diff --git a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb index 58209d566..66f43fb79 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb @@ -7,7 +7,7 @@ $wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true; require_once "$IP/extensions/VisualEditor/VisualEditor.php"; // Enable by default for everybody -// $wgDefaultUserOptions['visualeditor-enable'] = 1; +$wgDefaultUserOptions['visualeditor-enable'] = 1; // Don't allow users to disable it // $wgHiddenPrefs[] = 'visualeditor-enable';