I have a shiny new plugin that is mostly a graphics element. Currently to use the plugin I add it as an element and then add another element that is a configuration popup with a few sliders and checkboxes. That then can be used to configure the contents of the plugin.
If I add more than one plugin element I also need to add another config popup. That’s fine for one or two but what if I want 10 or 100 plugins? I don’t want to have to add and link 10 or 100 popups.
Is there a way for the plugin itself to instantiate a copy of the popup and have that popup configure the popup that instantiated it?
I guess the easy answer would be to add the popup to the plugin but then I lose the ability to design and tweak the popup in Bubble (since it would be part of the plugin).
I hope this makes some sense.