Hi, I need to allow my node to accept one configuration node, but I want it to be one of many types.
I have matter-server and matter-aggregator and I would like the server property of my node to accept one from either lists. Is this possible?
If not, I would have to display two separate dropdowns and have the user pick from just one of them, but if I do that, Node-RED forces the user to select an option from each of the dropdowns even though I marked them as optional, ideas?
I guess if the above is not possible I will have to create my custom-made type dropdown, it's not a big deal but I would really like to do it only if there's not a better Node-RED standard way