mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
f0d1176f2a
Closes #841
23 lines
572 B
JSON
23 lines
572 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-custom-width": {
|
|
"options": [ "standard", "wide", "full" ],
|
|
"preferenceKey": "citizen-width"
|
|
},
|
|
"citizen-feature-pure-black": {
|
|
"options": [ "0", "1" ],
|
|
"preferenceKey": "citizen-pure-black"
|
|
},
|
|
"citizen-feature-autohide-navigation": {
|
|
"options": [ "0", "1" ],
|
|
"preferenceKey": "citizen-autohide-navigation"
|
|
}
|
|
}
|