mediawiki-skins-Vector/resources/skins.vector.js/clientPreferences.json
Steph Toyofuku 1492669009 Reorder client preferences (color above width)
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
2024-03-13 16:29:11 -07:00

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"
}
}