mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-14 09:44:48 +00:00
Merge "Convert to manifest_version 2"
This commit is contained in:
commit
3a62cc522b
|
@ -153,14 +153,24 @@
|
||||||
"BeforePageDisplay": "CodeMirrorHooks::onBeforePageDisplay",
|
"BeforePageDisplay": "CodeMirrorHooks::onBeforePageDisplay",
|
||||||
"GetPreferences": "CodeMirrorHooks::onGetPreferences"
|
"GetPreferences": "CodeMirrorHooks::onGetPreferences"
|
||||||
},
|
},
|
||||||
"VisualEditorPluginModules": [
|
"attributes": {
|
||||||
"ext.CodeMirror.visualEditor.init",
|
"CodeMirror": {
|
||||||
"ext.CodeMirror.visualEditor"
|
"TagModes": {
|
||||||
],
|
"pre": "mw-tag-pre",
|
||||||
"CodeMirrorTagModes": {
|
"nowiki": "mw-tag-nowiki"
|
||||||
"pre": "mw-tag-pre",
|
}
|
||||||
"nowiki": "mw-tag-nowiki"
|
},
|
||||||
|
"VisualEditor": {
|
||||||
|
"PluginModules": [
|
||||||
|
"ext.CodeMirror.visualEditor.init",
|
||||||
|
"ext.CodeMirror.visualEditor"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"CodeMirrorPluginModules": [],
|
"config": {
|
||||||
"manifest_version": 1
|
"CodeMirrorPluginModules": {
|
||||||
|
"value": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue