X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5ab2fa964268ac233bcdf90a18f9c6bfb22f027a..8d3c08fa5ec0a351555df7629083c7f54ad262fb:/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb 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';