mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-11 16:49:26 +00:00
Rename ext.cite.style.css to ext.cite.parsoid.styles.css
ext.cite.style.css is very close to ext.cite.styles.css and is often confusing. In about 3 weeks (the current PC expiry time), we should be able to get rid of the ext.cite.style module from extension.json after removing all references to it from other repos and caches. I don't see a reason to rename all the other language specific CSS files since there is no room for being confused there. Change-Id: I3a41f435b0cbe51f8c9a6dde8a9f6eb13a9879f7
This commit is contained in:
parent
4265152ea6
commit
a5b8640928
|
@ -60,9 +60,17 @@
|
|||
"mobile"
|
||||
]
|
||||
},
|
||||
"ext.cite.parsoid.styles": {
|
||||
"class": "Cite\\ResourceLoader\\CiteCSSFileModule",
|
||||
"styles": "ext.cite.parsoid.styles.css",
|
||||
"targets": [
|
||||
"desktop",
|
||||
"mobile"
|
||||
]
|
||||
},
|
||||
"ext.cite.style": {
|
||||
"class": "Cite\\ResourceLoader\\CiteCSSFileModule",
|
||||
"styles": "ext.cite.style.css",
|
||||
"styles": "ext.cite.parsoid.styles.css",
|
||||
"targets": [
|
||||
"desktop",
|
||||
"mobile"
|
||||
|
|
Loading…
Reference in a new issue