Firebot
Firebot copied to clipboard
[Feature Request] dynamic control list for use on effect modals
i ran into an siltation where i need a user editable list of controls... the controls need to be defined by us.. but the user needs to be able to add that set of controls something akin to
label text label number label slider ect
then we can define textbox numberbox as template
i see a few places this can help clean up the UI a bit
i need this for the VTube and a current project and it would be nice to have for the new Poll to remove the add modal while its nice, havening used that modal its a bit cumbersome added these control sets inline instead of via a dialog would be less obtrusive.
i guess a better description would would be a control that you can define a list of controls in like that of the Conditional effect list and have a add new then all the controls are populated.
in the end i need a way to add a list of controls that when saved will save an array of objects
items:[
{
'label':'text1',
'color':'#fff',
'weight':2
},
{
'label':'text2',
'color':'#fff',
'weight':2
}
]