2021-05-19 11:09:27 -04:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
2021-05-19 11:09:27 -04:00
|
|
|
"name": "core/query-pagination-numbers",
|
2021-12-06 01:20:27 -05:00
|
|
|
"title": "Page Numbers",
|
2022-04-12 11:12:47 -04:00
|
|
|
"category": "theme",
|
2021-05-19 11:09:27 -04:00
|
|
|
"parent": [ "core/query-pagination" ],
|
|
|
|
"description": "Displays a list of page numbers for pagination",
|
|
|
|
"textdomain": "default",
|
2023-09-26 10:23:26 -04:00
|
|
|
"attributes": {
|
|
|
|
"midSize": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"usesContext": [ "queryId", "query", "enhancedPagination" ],
|
2021-05-19 11:09:27 -04:00
|
|
|
"supports": {
|
|
|
|
"reusable": false,
|
2022-04-12 11:12:47 -04:00
|
|
|
"html": false,
|
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"text": false,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalFontFamily": true,
|
2022-04-12 11:12:47 -04:00
|
|
|
"__experimentalFontWeight": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalFontStyle": true,
|
2022-04-12 11:12:47 -04:00
|
|
|
"__experimentalTextTransform": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
2022-04-12 11:12:47 -04:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
2021-05-19 11:09:27 -04:00
|
|
|
},
|
2023-06-27 10:24:19 -04:00
|
|
|
"editorStyle": "wp-block-query-pagination-numbers-editor"
|
2021-05-19 11:09:27 -04:00
|
|
|
}
|