Hi !
I created a custom block with the cookbook and I created a Button block.
Some of the fields have when conditions but they doesn’t display at all.
Here is thefile : /site/plugins/block-factory/blueprints/blocks/button.yml
name: Button
icon: attachment
fields:
isExternal:
type: toggle
label: Lien externe ?
pageLink:
label: Page
type: pages
max: 1
required: true
when:
isExternal: false
externalLink:
type: url
label: Lien externe
required: true
when:
isExternal: true
Thank or your help !