mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-18 01:30:32 +00:00
VE: Make the OOUI citation icons available
This allows on-wiki use to be migrated to the standard icons rather than in-repo ones, so that they can (later) be removed. Change-Id: I19bec075c77396f163977962bbe1afb69a231c1e
This commit is contained in:
parent
627a674b99
commit
a33f107079
|
@ -16,7 +16,7 @@
|
||||||
"license-name": "GPL-2.0-or-later",
|
"license-name": "GPL-2.0-or-later",
|
||||||
"type": "parserhook",
|
"type": "parserhook",
|
||||||
"requires": {
|
"requires": {
|
||||||
"MediaWiki": ">= 1.30.0"
|
"MediaWiki": ">= 1.32.0"
|
||||||
},
|
},
|
||||||
"MessagesDirs": {
|
"MessagesDirs": {
|
||||||
"cite": "i18n",
|
"cite": "i18n",
|
||||||
|
|
|
@ -191,6 +191,7 @@ class CiteHooks {
|
||||||
],
|
],
|
||||||
"dependencies" => [
|
"dependencies" => [
|
||||||
"oojs-ui.styles.icons-alerts",
|
"oojs-ui.styles.icons-alerts",
|
||||||
|
"oojs-ui.styles.icons-editing-citation",
|
||||||
"oojs-ui.styles.icons-interactions",
|
"oojs-ui.styles.icons-interactions",
|
||||||
"ext.cite.visualEditor.core",
|
"ext.cite.visualEditor.core",
|
||||||
"ext.cite.visualEditor.data",
|
"ext.cite.visualEditor.data",
|
||||||
|
|
Loading…
Reference in a new issue