mediawiki-skins-Vector/resources/skins.vector.js/clientPreferences.json
Jdrewniak f1150164e1 Add beta tag & feedback link to Appearance menu
Adds the word "(beta)" beside the Color options in
the Appearance menu, as well as a link for user
feedback related to dark-mode issues.

Re-orders the "Color" options to come last in the
Appearance menu.

Bug: T367871
Depends-On: Iac6316cf7010b5ea92672e9ad6f09e8ee57e066b
Change-Id: I46f7554b4bcdcfae0e4ef2e849d52774242e3497
2024-07-02 22:29:07 +00:00

18 lines
500 B
JSON

{
"vector-feature-custom-font-size": {
"options": [ "0", "1", "2" ],
"preferenceKey": "vector-font-size"
},
"vector-feature-limited-width": {
"options": [ "1", "0" ],
"preferenceKey": "vector-limited-width"
},
"skin-theme": {
"options": [ "os", "day", "night" ],
"preferenceKey": "vector-theme",
"betaMessage": "vector-night-mode-beta-tag",
"linkLabelMessage": "vector-night-mode-issue-reporting-link-label",
"linkLabelUrl": "vector-night-mode-issue-reporting-notice-url"
}
}