Block Library: Refactor Embed block to use block.json
and block variations
#22660
Labels
[Block] Embed
Affects the Embed Block
[Priority] High
Used to indicate top priority items that need quick attention
REST API Interaction
Related to REST API
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Description
Part of #16209.
Follow-up for #22491 where all blocks but Embed were refactored to be registered on the server with
block.json
metadata files.Embed block is really a collection of multiple variations of the same block so ideally it should be converted to one block containing a set of block variations. Similar to what @mcsf did for Social Icon block: #19887.
All that makes it hard to move its settings to a single
block.json
and register in on the server to be exposed in the REST API endpoint with block definitions.The text was updated successfully, but these errors were encountered: