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
Just wondering if it is possible to update this so that we could add new props on the fly. In the example we have "group1" with 2 props: "prop1" and "prop2". Could we add a plus "+" button to the GUI, so that if you click on that it would allow you to add a "prop3" and a value for that?
Happy to at potentially submitting a PR for such as feature.
The text was updated successfully, but these errors were encountered:
This could be a useful feature, I'm committed on tsParticles v3 release and I need some time for it. Feel free to submit a PR on this if you can.
A note on this feature, I think this feature should be configurable, in the new Editor constructor a flag for toggling this feature could be the solution, or even in the AddGroup function, to give the group the feature, instead of the full editor
@matteobruni , yes I agree it should be a toogle or a flag that can be set. I'll see if I can get some time over the next couple of weeks to work on this...I think it might be better at the add group level, then users can choose which group level would have the + displayed.
Hi @matteobruni
Thanks for sharing an interesting project.
Just wondering if it is possible to update this so that we could add new props on the fly. In the example we have "group1" with 2 props: "prop1" and "prop2". Could we add a plus "+" button to the GUI, so that if you click on that it would allow you to add a "prop3" and a value for that?
Happy to at potentially submitting a PR for such as feature.
The text was updated successfully, but these errors were encountered: