Blocks blueprint not responding to "when"

Hi,

I am changing my blueprint from the Builder plugin to Blocks. I have a part that should only be shown if a toggle is set to true. This worked fine when using Builder and still works on the headline. But the Blocks section is always visible, even when the toggle is set to false. It seems like the β€œwhen” is ignored even though the docs say that the Blocks field supports it. Am I doing something wrong? Or is this a bug?

detailtoggle:
    label: Is there a detail page?
    type: toggle
    text:
        - no
        - yes
headline:
    label: Detail page
    type: headline
    when:
        detailtoggle: true
detailpage:
    label: Text, Images
    type: blocks
    when:
        detailtoggle: true
    fieldsets:
        - text
        - gallery

Thanks for any help!

Hi friend,

This is a known issue and will be fixed on v3.5.1.

Great, thank you for the heads up!