Opened 5 months ago
Last modified 5 months ago
#63909 new defect (bug)
Automatic excerpts: support lists in addition to columns and groups
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 5.8 |
| Component: | Editor | Keywords: | has-patch has-unit-tests |
| Focuses: | Cc: |
Description
In #53604, we made some changes so when automatically generating an excerpt from post content, we would better consider content inside inner blocks. r51382 added support for two main wrappers used in Core to house inner blocks: columns and groups.
I would like to suggest adding support for another commonly used wrapper in core: lists. This way, content from lists would be pulled in excerpts when possible.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In #53604, we made some changes so when automatically generating an excerpt from post content, we would better consider content inside inner blocks. r51382 added support for two main wrappers used in Core to house inner blocks: columns and groups.
This commit adds support for another commonly used wrapper in core: lists. This way, content from lists would be pulled in excerpts when possible.
Trac ticket: https://core.trac.wordpress.org/ticket/63909