Support

Account

Home Forums Gutenberg ACF 5.8.0-beta2 – Block not in Gutenberg Reply To: ACF 5.8.0-beta2 – Block not in Gutenberg

  • Hi all,

    Sorry about this issue, it’s a minor JS mistake.
    Please edit the file “includes/gutenberg/assets/js/acf-blocks.js” on line 90:

    From:
    if( !wp || !wp.blocks || wp.blocks.registerBlockType ) {

    To:
    if( !wp || !wp.blocks || !wp.blocks.registerBlockType ) {

    I have also updated the plugin files online to re-download.