2 votes

Collapse conditional logic blocks in editor

For blocks that have conditional logic – be able to collapse it in the editor so only the name (using new Blocks3.1 naming ??) and the "IF" logo is showing. I have a page with multiple conditional rows (each row has lots of content) so shrinking this would help management and reduce a lot of scrolling !!! Maybe this would be a handy feature for any block – almost turns the editor pane into the list view.
NickO42 shared this idea

One Comment

  1. Just hacking around myself, if the IF logo was clickable it could just toggle this
    #animate-id_xxxxx :not(:first-child) {display: none}
    Usually the first item in my conditional row is a heading so this seems to work nicely…
    Now to see if I can inject a bit of JS onto the IF button and we’re sorta there – what do you reckon dev team ?

Leave a Reply