I’m often experimenting with multiple ways to present data or components, and I would love the ability to “disable” a group or element right from the builder, without the mess of display:none on everything I’m not using.
Could live right in this context menu:
and then have a visual indicator that it’s disabled:
Both visibility or display: none are just hiding elements but still rendering HTML. If you don’t want to render HTML then you must configure Conditions under Advanced tab.
@rneary I’ll see if I can make something or a quicker way to fully disabled element
Until we create some easier solution, you can in Advanced tab, set condition for example (1 equal 2) which will be false so it won’t render HTML of that element.