Support

Account

Home Forums Gutenberg InnerBlocks doesn't work if the block is not added with the inserter Reply To: InnerBlocks doesn't work if the block is not added with the inserter

  • I found the problem, if your innerblocks is in a template locked you need to add templateLock="false" like that echo '<InnerBlocks allowedBlocks="' . esc_attr( wp_json_encode( $allowed_blocks ) ) . '" templateLock="false" />';