19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"checkboxes": {
|
|
"createrom": { "type": "checkbox" },
|
|
"bps": { "type": "checkbox" },
|
|
"spoiler": {
|
|
"type": "selectbox",
|
|
"options": [
|
|
"none",
|
|
"settings",
|
|
"semi",
|
|
"full",
|
|
"debug"
|
|
]
|
|
},
|
|
"calcplaythrough": { "type": "checkbox" },
|
|
"print_custom_yaml": { "type": "checkbox" }
|
|
}
|
|
}
|