Home › Forums › Gutenberg › WP 6.8 Gutenberg blocks won’t register › Reply To: WP 6.8 Gutenberg blocks won’t register
LINE 274 of vendor/log1x/acf-composer/src/Block.php …
Changed ‘parent’ => $this->parent ?: null,
to
‘parent’ => $this->parent ?: [],
and everything works again.
Not ideal of course to go editing vendor files but I don’t know how to patch them “correctly”
Presume some script can be created in composer file to apply such a patch?
If anyone can advise, I’d appreciate it
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.