feat(spoiler): introducing custom spoiler levels
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
"checkboxes": {
|
||||
"createrom": { "type": "checkbox" },
|
||||
"bps": { "type": "checkbox" },
|
||||
"createspoiler": { "type": "checkbox" },
|
||||
"spoiler": {
|
||||
"type": "selectbox",
|
||||
"options": [
|
||||
"none",
|
||||
"settings",
|
||||
"semi",
|
||||
"full",
|
||||
"debug"
|
||||
]
|
||||
},
|
||||
"calcplaythrough": { "type": "checkbox" },
|
||||
"print_custom_yaml": { "type": "checkbox" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user