2021-05-19 17:09:27 +02:00
|
|
|
{
|
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "core/query-pagination-next",
|
2021-12-06 07:20:27 +01:00
|
|
|
"title": "Next Page",
|
2021-05-19 17:09:27 +02:00
|
|
|
"category": "design",
|
|
|
|
"parent": [ "core/query-pagination" ],
|
|
|
|
"description": "Displays the next posts page link.",
|
|
|
|
"textdomain": "default",
|
|
|
|
"attributes": {
|
|
|
|
"label": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
2021-11-08 15:29:21 +01:00
|
|
|
"usesContext": [ "queryId", "query", "paginationArrow" ],
|
2021-05-19 17:09:27 +02:00
|
|
|
"supports": {
|
|
|
|
"reusable": false,
|
|
|
|
"html": false,
|
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
2021-11-30 06:48:28 +01:00
|
|
|
"text": false
|
2021-05-19 17:09:27 +02:00
|
|
|
},
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
2021-11-08 15:29:21 +01:00
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
2021-06-08 10:09:53 +02:00
|
|
|
}
|
2021-05-19 17:09:27 +02:00
|
|
|
}
|
|
|
|
}
|