Gutenberg InnerBlocks noallowedblocks on parent but allowedblock on Child
You need to set templateLock=”all” on InnerBlocks: <InnerBlocks template={SLIDER_TEMPLATE} templateLock=”all” allowedBlocks={ [ ] } /> This locks the inner blocks to the blocks that were inserted using the template. The user should still be able to add inner blocks to the give-camp/gc-slider-items block, but they will not be able to add, move, or delete the … Read more