mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Revert "Temporarily disable JSON content type on visualeditor-cite-tool-definition.json""
This commit is contained in:
commit
f7c41fe181
|
@ -46,9 +46,7 @@ class VisualEditorHooks {
|
|||
*/
|
||||
public static function onContentHandlerDefaultModelFor( Title $title, &$model ) {
|
||||
$messages = array(
|
||||
// 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-cite-tool-definition.json',
|
||||
'Visualeditor-specialcharinspector-characterlist-insert'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue