Support

Account

Home Forums Gutenberg Gutenberg field type Reply To: Gutenberg field type

  • Is it possible like in native gutenberg block implementations, to embed InnerBlocks, with only some Blocks enabled within?

    This is a guide on how to do it under native gutenberd:
    https://raquelmsmith.com/blog/how-to-create-nested-blocks-for-gutenberg/

    Something like:

    <InnerBlocks
    	allowedBlocks={['core/paragraph']}
    />