Using the Block Editor, I wanted to use an If statement in my block. It works in Gutenberg, but in Beaver Builder, the conditional logic doesn’t apply. Does it not work in BB?
<Control type="select" name="event-image-stretch" label="Select Image Stretch" default="cover">
<Map options>
<Key cover>Cover</Key>
<Key contain>Contain</Key>
</Map>
</Control>
<If control=event-image-stretch value=contain>
<Control type="dimension" name="event-img-padding" label="Image Padding">
<Key units>px</Key>
</Control>
</If>