Want to add custom blocks to WordPress navigation menus? Use the `blocks.registerBlockType `filter to extend the navigation block’s `allowedBlocks` array.
When defining a custom block, the inserter property in block.json can be used to control if the block is available to be inserted by the user or if it can only be added programmatically. In some cases, a custom block is overkill, and a block […]