mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Remove not actually "@comment" from ResourceModules definition
extension.json only removes top level and "config" keys that start with @, so this "comment" was actually being passed onto ResourceLoader and eventually being ignored at that stage. But since it's not a recognized value, it causes validation of the extension.json file against the schema to fail. Bug: T128311 Change-Id: Ibed94e1818c8fc9c3afdc3e09d0af5e84c49a342
This commit is contained in:
parent
19074bcf0d
commit
92c858fd76
|
@ -156,7 +156,6 @@
|
|||
]
|
||||
},
|
||||
"ext.visualEditor.mwreference": {
|
||||
"@comment": "Deprecated alias",
|
||||
"dependencies": [
|
||||
"ext.cite.visualEditor"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue