Support

Account

Home Forums Backend Issues (wp-admin) Using block.json, ACF field change = "This block has encountered an error" etc Reply To: Using block.json, ACF field change = "This block has encountered an error" etc

  • Unfortunately that block will have innerblocks. I accidentally remove it from the original code but the below will be in the render_block_section_acf() function

    $data['content'] = '<InnerBlocks />';

    Surprised I am the only one encountering this issue