mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 20:06:59 +00:00
33126b69aa
In preparation of Code Sniffer based updates. Change-Id: Id5d43332b44a37665d57dc24ef8c432bc65b2f6a
21 lines
304 B
JSON
21 lines
304 B
JSON
{
|
|
"prefix": "oo-ui-icon",
|
|
"images": {
|
|
"bell": {
|
|
"file": "../bell.svg"
|
|
},
|
|
"bellOn": {
|
|
"file": {
|
|
"ltr": "../bellOn-ltr.svg",
|
|
"rtl": "../bellOn-rtl.svg"
|
|
}
|
|
},
|
|
"speechBubble": {
|
|
"file": {
|
|
"ltr": "../speechBubble-ltr.svg",
|
|
"rtl": "../speechBubble-rtl.svg"
|
|
}
|
|
}
|
|
}
|
|
}
|