I was wondering if it would be possible to have some kind of conditional logic within blueprints.
In my case I want to make a list of porfolio (teaser) items. Therefore the user can add different types of items. Iframes (via textfield), audio (via filepicker) including cover image (via filepicker) or an image (via upload) including alt and title textfields.
So it would be great, if I could integrate a select or toggle option for the user: “create iframe item”, “create audio item”, “create image item”. And then only show the relevant form fields for that item type.
By now the user gets presented with a huge list of fields. Even though he might only need one text field to paste in the iframe code.