mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
19 lines
450 B
JSON
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"
|
|
}
|
|
}
|