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
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: