Home › Forums › Backend Issues (wp-admin) › Blocks appearing in the sidebar after updating to WordPress 7.1 › Reply To: Blocks appearing in the sidebar after updating to WordPress 7.1
ACF have published an article that explains the cause of the issue and migration options, including a v2 compatibility plugin.
https://www.advancedcustomfields.com/blog/acf-6-8-9-released/
For my purposes setting blocks to v3 and disabling inline render previewing is the cleanest migration path for blocks that previously had inline editing and no preview:
“acf”: {
“blockVersion”: 3,
“renderPreview”: false,
“renderTemplate”: “blah.php”
},
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.