mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +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",
|
||||
"type": "parserhook",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.30.0"
|
||||
"MediaWiki": ">= 1.32.0"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"cite": "i18n",
|
||||
|
|
|
@ -191,6 +191,7 @@ class CiteHooks {
|
|||
],
|
||||
"dependencies" => [
|
||||
"oojs-ui.styles.icons-alerts",
|
||||
"oojs-ui.styles.icons-editing-citation",
|
||||
"oojs-ui.styles.icons-interactions",
|
||||
"ext.cite.visualEditor.core",
|
||||
"ext.cite.visualEditor.data",
|
||||
|
|
Loading…
Reference in a new issue