Bricks
Integration with the Bricks plugin, to fetch and update Bricks data from pages and templates.

Click to watch tutorial video - 12:48
Integration with the Bricks plugin.
Interact with Bricks data from pages and templates. Some use cases:
- Create Bricks pages in bulk, using data from a CSV
- Translate all strings in the Bricks page
- Rewrite content using ChatGPT
- Export the list of all contained images in the Bricks page
The extension provides the following GraphQL fields:
CustomPost.bricksData
Root.bricksComponents
...and mutations:
bricksSetCustomPostElementData
bricksMergeCustomPostElementDataItem
bricksRegenerateCustomPostElementIDSet
With them, we can fetch and manipulate the Bricks data of a page or template, and update it.