Skip to content

ACF 6.3.0 Compatibility

Choose a tag to compare

@octoxan octoxan released this 22 May 15:22
· 11 commits to master since this release
e353f62

ACF 6.3.0 adds a major breaking change with validation properties which it expects to be there for every block that's already out there. The only option they added to skip this is using a block.json file which composer blocks do not use.

Added something to the default block initialization for now to add the 'validate' property to every single block as 'false'.