mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
da422b18d5
This gets us the variants (which we need for OOUI 0.17.9); note that I've cheated and used 0.17.9's colour for the MediaWiki theme's progressive flag rather than 0.17.8's value of 347bff. Change-Id: Ic436970e9298ea31f48c6cfdd04b80847aaebbee
42 lines
832 B
JSON
42 lines
832 B
JSON
{
|
|
"prefix": "oo-ui-icon",
|
|
"variants": {
|
|
"progressive": {
|
|
"color": "#36c",
|
|
"global": true
|
|
}
|
|
},
|
|
"images": {
|
|
"alienextension": {
|
|
"file": "../images/icons/alienextension.svg"
|
|
},
|
|
"image-none": {
|
|
"file": "../images/icons/image-none.svg"
|
|
},
|
|
"image-frame": {
|
|
"file": "../images/icons/image-frame.svg"
|
|
},
|
|
"image-frameless": {
|
|
"file": "../images/icons/image-frameless.svg"
|
|
},
|
|
"image-thumbnail": {
|
|
"file": "../images/icons/image-thumbnail.svg"
|
|
},
|
|
"parameter": {
|
|
"file": "../images/icons/parameter-ltr.svg"
|
|
},
|
|
"parameter-set": {
|
|
"file": "../images/icons/parameter-set-ltr.svg"
|
|
},
|
|
"template": {
|
|
"file": "../images/icons/template.svg"
|
|
},
|
|
"public-domain": {
|
|
"file": "../images/icons/public-domain.svg"
|
|
},
|
|
"profile": {
|
|
"file": "../images/icons/profile.svg"
|
|
}
|
|
}
|
|
}
|