X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8d3c08fa5ec0a351555df7629083c7f54ad262fb..5fb76dc7c3c0de9177b690895aed29d479aa144a:/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 66f43fb79..2b7dd90ab 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb @@ -1,13 +1,2 @@ 'http://<%= @mediawiki[:name] %>:8142' -); -$wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true; - -require_once "$IP/extensions/VisualEditor/VisualEditor.php"; - -// Enable by default for everybody -$wgDefaultUserOptions['visualeditor-enable'] = 1; - -// Don't allow users to disable it -// $wgHiddenPrefs[] = 'visualeditor-enable'; +wfLoadExtension( 'VisualEditor' );