plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
429 stars 573 forks source link

BlockChooser under gridBlock does not respect the blocks' restricted values #5858

Open teekuningas opened 2 months ago

teekuningas commented 2 months ago

It would be really nice if the new, flexible, enhanced restriction mechanism of the blocks could also be utilized in the dialog opened in the grid block. Perhaps the result should be the intersection of allowedBlocks and the restrictions.. However, I currently cannot find any way to bypass the tyranny of allowedBlocks.

Or am I just doing it wrong? Perhaps @sneridagh would know. :- )