Volto - Filter block types that can be added to a block

I saw that in addons like volto-columns-block, it is possible to create a block that accepts other blocks. Is it possible to create a block that only accepts the blocks I define?

Idk if this is what you exactly want, but we can filter set of blocks in blockChooser. volto/BlockChooser.jsx at master · plone/volto · GitHub

Yes @nileshgulia1 . I could create a copy of the Column Block and set the allowedBlocks property to this copy.

Does anyone have any other suggestions?