Merge "Temporarily disable JSON content type on visualeditor-cite-tool-definition.json"

This commit is contained in:
jenkins-bot 2015-01-16 03:34:32 +00:00 committed by Gerrit Code Review
commit 0e11587d52

View file

@ -46,7 +46,9 @@ class VisualEditorHooks {
*/
public static function onContentHandlerDefaultModelFor( Title $title, &$model ) {
$messages = array(
'Visualeditor-cite-tool-definition.json',
// FIXME: This is valid JSON, but JsonContent.php in MediaWiki doesn't think it is, so
// until that's fixed (T86270) we won't set this as the correct content type just yet.
// 'Visualeditor-cite-tool-definition.json',
'Visualeditor-specialcharinspector-characterlist-insert'
);