Changes between Initial Version and Version 1 of Ticket #53604
- Timestamp:
- 07/06/2021 11:33:43 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53604
- Property Keywords has-patch added
-
Property
Summary
changed from
Excerpt block doesn't render group block innerBlocks
toExcerpt block doesn't handle innerBlocks for groups and nested columns
-
Ticket #53604 – Description
initial v1 1 1 See https://github.com/WordPress/gutenberg/issues/33154 for details. 2 2 3 When a post contains a group block, the excerpt is empty. 3 When generating a post excerpt, we run the content through 4 `excerpt_remove_blocks`. That function doesn't currently handle `innerBlocks` for groups properly, as well as deeply-nested columns, resulting in empty excerpts.