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

35 lines
740 B
JSON
Raw Normal View History

2021-07-23 11:58:50 +02:00
{
"apiVersion": 2,
"name": "core/query-pagination-next",
2022-04-02 10:26:41 +02:00
"title": "Next Page",
2021-07-23 11:58:50 +02:00
"category": "design",
"parent": [ "core/query-pagination" ],
"description": "Displays the next posts page link.",
"textdomain": "default",
"attributes": {
"label": {
"type": "string"
}
},
2022-04-02 10:26:41 +02:00
"usesContext": [ "queryId", "query", "paginationArrow" ],
2021-07-23 11:58:50 +02:00
"supports": {
"reusable": false,
"html": false,
"color": {
"gradients": true,
2022-04-02 10:26:41 +02:00
"text": false
2021-07-23 11:58:50 +02:00
},
"typography": {
"fontSize": true,
2022-04-02 10:26:41 +02:00
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2021-07-23 11:58:50 +02:00
}
}
}