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

39 lines
873 B
JSON
Raw 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",
2021-07-23 11:58:50 +02:00
"apiVersion": 2,
"name": "core/query-pagination-previous",
2022-04-02 10:26:41 +02:00
"title": "Previous 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 previous 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-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,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2021-07-23 11:58:50 +02:00
}
}
}