Support

Account

Home Forums Gutenberg No Add Block Button in my InnerBlock Reply To: No Add Block Button in my InnerBlock

  • For innerblocks to work correctly you need to make sure you’re including ‘jsx’ => true in your ‘supports’ argument when registering the block, not seeing that.

    'supports' => array(
      'jsx' => true
    )