Using Nested Blocks With Custom Query Block
It is not possible to pass query parameters (data) to the component <InnerBlocks />. However, there is a work around. You can fetch and store data in a parent block and then create separate “child” blocks according to the attributes (data) you want to pass (title, featured image, etc.) import { registerBlockType } from ‘@wordpress/blocks’; … Read more