Inner Blocks not working inside clonable entity

Support MB Blocks Inner Blocks not working inside clonable entity

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30330
    JackkyJackky
    Participant

    Hi! I'm just start testing the new feature of <InnerBlocks /> and immidiately got a serious bug: the Inner Blocks doesn't work properly - it is synced with each other and not useable.

    #30332
    JackkyJackky
    Participant

    Trying to insert 2 different <InnerBloks /> tags causes the same weird result

    #30336
    Long NguyenLong Nguyen
    Moderator

    Hi Jackky,

    As on the WordPress Block documentation, we can only add one <InnerBlocks /> in a block.
    https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/nested-blocks-inner-blocks/

    #30340
    JackkyJackky
    Participant

    But how it is organized in the native clonable sequense, like columns, for example? Is there a way to solve this?

    #30346
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Can you please clarify the question? Do you mean the columns of the inner blocks and custom fields? To style them, please use some <div> tags and CSS code, like this example https://docs.metabox.io/extensions/mb-blocks/#example

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.