X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5ab2fa964268ac233bcdf90a18f9c6bfb22f027a..07840ceab6077ffa7c498daeda4ecbd591c3bc40:/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..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' );