Starting with Node-RED 4, config nodes can be configured as subflow parameters in its environment list. This opened up a lot of new and interesting use cases for subflows.
I wonder if it is possible to extend this feature to editor groups/tabs as well.
You'd gain the ability to set a config node for a group of nodes in one place.
This is useful if you wanted to change the config node without having to open/edit every single node.
Or when moving it to another group/tab, it can automatically use the config node from the local environment over there, without changing the node's config.
In combination with Dashboard nodes, it can ease the configuration effort of single widgets a lot. You could simply group them in the editor and set the ui-group node in a single place.
As a generic feature, I'm certain this can be useful for other nodes as well.