Export reusable sections as ACF Gutenberg blocks so editors can drop them into the WordPress block editor.
Where: CMS → block collection / export — Export a block
Key ideas
- Block collection: A CMS collection of kind block defines the reusable Gutenberg block, its fields, and the template those fields populate.
- Editor-facing controls: Stable field names/types become the content controls WordPress editors use when inserting/configuring the exported block.
Steps
- Create a block collection and define the fields editors should control.
- Design one responsive block template and bind its visible elements to those fields.
- Export/publish to a WordPress staging site with the required ACF block support.
- Insert the block in Gutenberg and test defaults, missing values, multiple instances, responsive output, and updates.
Limitations and important notes
- The destination requires compatible ACF/WordPress block support.
- Flowmo interactions or custom code still need browser/runtime testing after export.