mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-11 23:46:22 +00:00
1492669009
In accordance with the original design, reorder the client prefs so that night mode is above limited width Visual change for users who have access to night mode Bug: T357707 Change-Id: I21a976655734a2accc57d541bacba391961070a8
15 lines
320 B
JSON
15 lines
320 B
JSON
{
|
|
"vector-feature-custom-font-size": {
|
|
"options": [ "0", "1", "2" ],
|
|
"preferenceKey": "vector-font-size"
|
|
},
|
|
"skin-night-mode": {
|
|
"options": [ "2", "0", "1" ],
|
|
"preferenceKey": "vector-night-mode"
|
|
},
|
|
"vector-feature-limited-width": {
|
|
"options": [ "1", "0" ],
|
|
"preferenceKey": "vector-limited-width"
|
|
}
|
|
}
|