WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
310 stars 44 forks source link

Fix cover block nested content stripped #587

Closed pbking closed 2 months ago

pbking commented 2 months ago

Fixes #552

When a Cover Block has nested content (of a certain type... unsure exactly what the situation is that causes it) the content is sometimes removed when processing the template for save.

Test using steps outlined in #552. Unit tests added to reproduce the issue (with content provided).