mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 07:20:01 +01:00
dc3ffcbde3
Update packages to include these bug fixes from Gutenberg: - Include cascading properties in Navigation deprecation - Reorganize e2e tests folders and file - Border panel: Update to display multiple palette origins - Add CSS fix for 33580 - Add: Uneditable duotone palette on the palette gradient panel - Site Editor: Allow editing custom template title - Writing Flow: Double escape unselects all blocks - Fix icon scaling. - [Block Library - Query Pagination Next/Previous]: Remove text and link color support - Add: Border indication to global styles colors. - Color Picker: Improve border, padding, and box shadow styles. - theme.json: sort keys alphabetically - Remove navigationArea context. See #54487. Built from https://develop.svn.wordpress.org/trunk@52277 git-svn-id: http://core.svn.wordpress.org/trunk@51869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 lines
752 B
JSON
35 lines
752 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/query-pagination-next",
|
|
"title": "Query Pagination Next",
|
|
"category": "design",
|
|
"parent": [ "core/query-pagination" ],
|
|
"description": "Displays the next posts page link.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"usesContext": [ "queryId", "query", "paginationArrow" ],
|
|
"supports": {
|
|
"reusable": false,
|
|
"html": false,
|
|
"color": {
|
|
"gradients": true,
|
|
"text": false
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
}
|
|
}
|
|
}
|