Would it be possible to add support for re-usable blocks?
Re-usable blocks (renamed to "synced patterns") are basically the core/block component.
All that this component does is referencing to another to a block, including its data.
There already exists an API endpoint to access this references e.e.g /wp-json/wp/v2/blocks/83, but it requires authentication to access it.
So it would be really sweet if this plugin automatically fills in the reusable block data instead of just the referencing ID. Especially when you're using this plugin for headless WordPress.
Screenshot of the re-usable block data when using this plugin below:

Would it be possible to add support for re-usable blocks?
Re-usable blocks (renamed to "synced patterns") are basically the
core/blockcomponent.All that this component does is referencing to another to a block, including its data.
There already exists an API endpoint to access this references e.e.g
/wp-json/wp/v2/blocks/83, but it requires authentication to access it.So it would be really sweet if this plugin automatically fills in the reusable block data instead of just the referencing ID. Especially when you're using this plugin for headless WordPress.
Screenshot of the re-usable block data when using this plugin below: