Ugh, I think I did it

This commit is contained in:
Mike A. Trethewey
2020-03-10 17:23:23 -07:00
parent 58bb9fffba
commit e901f0f1f5
12 changed files with 339 additions and 254 deletions

View File

@@ -11,13 +11,13 @@
"selectbox": {
"side": "right"
},
"default": "Basic"
"default": "basic"
},
"options": {
"Vanilla": "vanilla",
"Basic": "basic",
"Crossed": "crossed"
}
"options": [
"vanilla",
"basic",
"crossed"
]
},
"experimental": {
"type": "checkbox",
@@ -37,13 +37,13 @@
"selectbox": {
"side": "right"
},
"default": "Auto"
"default": "default"
},
"options": {
"Auto": "default",
"Off": "off",
"On": "on",
"On Compass Pickup": "pickup"
}
"options": [
"default",
"off",
"on",
"pickup"
]
}
}