Defining max items for blocks in Builder form component
Hi there,
i want to define max items for a block of builder
is there any way ?
something like this:
i want to define max items for a block of builder
is there any way ?
something like this:
Builder::make('seo_options')
->blocks([
Builder\Block::make('keywords')->schema([
...
])->maxItems(2)
])