kollapsminoriteten/wp-includes/blocks/query-pagination-next/block.json

50 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2021-07-23 11:58:50 +02:00
"name": "core/query-pagination-next",
2022-04-02 10:26:41 +02:00
"title": "Next Page",
2022-06-16 14:03:35 +02:00
"category": "theme",
2021-07-23 11:58:50 +02:00
"parent": [ "core/query-pagination" ],
"description": "Displays the next posts page link.",
"textdomain": "default",
"attributes": {
"label": {
"type": "string"
}
},
2023-12-07 09:44:11 +01:00
"usesContext": [
"queryId",
"query",
"paginationArrow",
"showLabel",
"enhancedPagination"
],
2021-07-23 11:58:50 +02:00
"supports": {
"reusable": false,
"html": false,
"color": {
"gradients": true,
2022-06-16 14:03:35 +02:00
"text": false,
"__experimentalDefaultControls": {
"background": true
}
2021-07-23 11:58:50 +02:00
},
"typography": {
"fontSize": true,
2022-04-02 10:26:41 +02:00
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
2022-04-02 10:26:41 +02:00
"__experimentalFontWeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontStyle": true,
2022-04-02 10:26:41 +02:00
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2021-07-23 11:58:50 +02:00
}
}
}