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:
James D. Forrester 2018-08-14 11:55:44 -07:00
parent 627a674b99
commit a33f107079
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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",