Editor: Include Cover block in the list of block types registered using metadata files.

This ensures that block stylesheets are rendered properly when `should_load_separate_core_block_assets` filter is turned on.

Follow-up to [50824], [50836].

Props walbo.
Fixes #53440.

git-svn-id: https://develop.svn.wordpress.org/trunk@51176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-06-17 11:56:08 +00:00
parent ddd0952ec1
commit c62f77e2e8

View File

@ -52,6 +52,7 @@ function register_core_block_types_from_metadata() {
'code',
'column',
'columns',
'cover',
'embed',
'freeform',
'gallery',