Home › Forums › Gutenberg › ACF 5.8.0-beta2 – Block not in Gutenberg › Reply To: ACF 5.8.0-beta2 – Block not in Gutenberg
So I tested a little more. I enabled beta 2 again. The boxes (as we know now) do not appear in the editor. If I change the following in acf.php the boxes magically re-appear.
In the description I changed:
From: Version: 5.8.0-beta2
To: Version: 5.8.0-beta1
In the code
From
var $version = '5.8.0-beta2';
To
var $version = '5.8.0-beta1';
However don’t know why this is happening.
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.