Make WordPress Core

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: jeherve's profile jeherve 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)

This ticket was mentioned in PR #9704 on WordPress/wordpress-develop by @jeherve.


5 months ago
#1

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

#2 @SirLouen
5 months ago

  • Component changed from Posts, Post Types to Editor
Note: See TracTickets for help on using tickets.