I’m using variable modes to simulate a product database - with an “in basket” boolean. For the purposes of my prototype I need to demonstrate the ability to clear the contents of that basket - which would require me to set the value of the boolean for all modes (i.e. products in my case) to false.
There doesn’t seem to be a way to do that at the moment. Is it possible to have an option to set for “all modes” rather than the current mode context?