#51531 closed enhancement (fixed)
Expose 'embed' core block in WordPress core
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
With the refactoring of embed
blocks to use a single block with many block variations, embed block should be exposed in the server as well.
Change History (9)
This ticket was mentioned in PR #605 on WordPress/wordpress-develop by ntsekouras.
3 months ago
- Keywords has-patch added
#3
@
3 months ago
gziolo commented on PR #605:
I checked #373 to see what is necessary. We still need to ensure that block.json
for Embed block is copied over from the npm package. There is no embed
folder at the moment:
https://github.com/WordPress/wordpress-develop/tree/master/src/wp-includes/blocks
Running npm run build
or npm run build:dev
should do the trick. It might work for either of those two, I don't remember.
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
3 months ago
#9
@
3 months ago
dream-encode commented on PR #605:
Merged into WP Core in https://core.trac.wordpress.org/changeset/49210
Trac ticket: https://core.trac.wordpress.org/ticket/51531