mediawiki-skins-Citizen/resources/skins.citizen.preferences/clientPreferences.json
2024-04-25 17:55:00 -04:00

19 lines
450 B
JSON

{
"citizen-feature-custom-font-size": {
"options": [ "small", "standard", "large" ],
"preferenceKey": "citizen-font-size"
},
"skin-theme": {
"options": [ "os", "day", "night" ],
"preferenceKey": "citizen-theme"
},
"citizen-feature-pure-black": {
"options": [ "0", "1" ],
"preferenceKey": "citizen-pure-black"
},
"citizen-feature-custom-width": {
"options": [ "standard", "wide", "full" ],
"preferenceKey": "citizen-width"
}
}