Sergey Biryukov
|
18d3866ab2
|
Editor: Expose the embed core block on the server.
Props ntsekouras, gziolo.
Fixes #51531.
Built from https://develop.svn.wordpress.org/trunk@49210
git-svn-id: http://core.svn.wordpress.org/trunk@48972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2020-10-19 20:57:07 +00:00 |
|
gziolo
|
707cb4a35b
|
Editor: Move core blocks registration to init hook
After working on support for register_block_type_args filter in #49615, it became clear that we need to use init action for core blocks to make it possible to use this filter.
Fixes #50263.
Built from https://develop.svn.wordpress.org/trunk@48279
git-svn-id: http://core.svn.wordpress.org/trunk@48048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2020-07-02 17:22:03 +00:00 |
|
gziolo
|
eafcf52d18
|
Editor: Register core blocks on the server
Exposes all core blocks (excluding embeds) on the server to be used with the REST API block types endpoint.
Props spacedmonkey, timothyblynjacobs.
Fixes #50263.
Built from https://develop.svn.wordpress.org/trunk@48262
git-svn-id: http://core.svn.wordpress.org/trunk@48031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2020-07-01 12:29:03 +00:00 |
|