Core Data: Add 'supportsPagination' flag for Font Collection entity#76404
Core Data: Add 'supportsPagination' flag for Font Collection entity#76404
Conversation
|
Size Change: +3 B (0%) Total Size: 6.89 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 3f3c630. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22966344890
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
What?
PR adds the missing
supportsPaginationflag to the Font Collection entity; without this flag, pagination-related metadata won't be generated.Font Collections controller supports pagination - https://github.com/WordPress/wordpress-develop/blob/876044bec69252bf7831211ded6857bb0df29f6a/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php#L78-L81.
Testing Instructions
None. Just a minor config update.