mediawiki-skins-Vector/resources/skins.vector.clientPreferences/config.json
Jon Robson 004b4c96f3 Add multiple font size to frontend
Use integer value going forward as it will be easier
to manage.

Bug: T346954
Change-Id: I041a0cb21e872700ceeeddd3a39922e456aa7bb8
2023-10-17 12:43:02 +00:00

11 lines
228 B
JSON

{
"vector-feature-custom-font-size": {
"options": [ "0", "1", "2", "3" ],
"preferenceKey": "vector-font-size"
},
"vector-feature-limited-width": {
"options": [ "0", "1" ],
"preferenceKey": "vector-limited-width"
}
}