You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, you can only use text fields and sliders to set custom options for savers. It would be great to add dropdown lists and checkboxes on the savers options too.
something like this :
"options":[
{
"name": "Dropdown option",
"type": "dropdown",
"description": "Choose something in the list",
"dropdownEntries": [
"An entry",
"Another one",
"And another one..."
],
"default": "An entry"
}
]
Or for dropdownEntries, maybe something bigger for more control like :
For now, you can only use text fields and sliders to set custom options for savers. It would be great to add dropdown lists and checkboxes on the savers options too.
something like this :
Or for dropdownEntries, maybe something bigger for more control like :
And for checkboxes, something like :
I unno, it's suggestions, feel free to inspire ^^
The text was updated successfully, but these errors were encountered: