You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #7 we added the ability to share component templates with the block editor using ACF blocks. However, the experience is a little buggy and needs further fine-tuning.
We should, at minimum:
determine whether a config file (currently config/blocks.php) is the best way register/store an array of components to share and, if so, whether the array should be included in a different config file.
explore a CLI script to bootstrap new components so they are properly setup to work as blocks as well
test and troubleshoot all existing components to ensure they are block-compatible, even if they aren't registered by default
update the block descriptions and icons for each of our custom blocks
The text was updated successfully, but these errors were encountered:
As part of #7 we added the ability to share component templates with the block editor using ACF blocks. However, the experience is a little buggy and needs further fine-tuning.
We should, at minimum:
The text was updated successfully, but these errors were encountered: