Merge "Enable VisualEditor for Blueprint skin"

This commit is contained in:
jenkins-bot 2015-03-26 14:38:13 +00:00 committed by Gerrit Code Review
commit 5960fef925
2 changed files with 3 additions and 2 deletions

View file

@ -1612,7 +1612,7 @@ $wgVisualEditorNamespaces = array_merge( $wgContentNamespaces, array( NS_USER )
$wgVisualEditorEnableTocWidget = false;
// List of skins VisualEditor integration supports
$wgVisualEditorSupportedSkins = array( 'vector', 'apex', 'monobook', 'minerva' );
$wgVisualEditorSupportedSkins = array( 'vector', 'apex', 'monobook', 'minerva', 'blueprint' );
// List of browsers VisualEditor is incompatibe with
// See jQuery.client for specification

View file

@ -30,7 +30,8 @@
"vector",
"apex",
"monobook",
"minerva"
"minerva",
"blueprint"
],
"VisualEditorParsoidPrefix": "localhost",
"VisualEditorDisableForAnons": false,