Support

Account

Home Forums Gutenberg WP 6.8 Gutenberg blocks won’t register Reply To: WP 6.8 Gutenberg blocks won’t register

  • @bisonbrah No I’m afraid not…
    I don’t see any console errors in the admin and I don’t see any PHP error logs.
    Just the toast message:

    Block "Block Name" can't be inserted.

    It happens on blocks where I have $parent defined as:
    public $parent = [];
    but also on blocks where I haven’t defined $parent at all?

    See topic: https://github.com/Log1x/acf-composer/issues/340