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

43 lines
1.0 KiB
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",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2021-07-23 11:58:50 +02:00
"name": "core/query-pagination-numbers",
2022-04-02 10:26:41 +02:00
"title": "Page Numbers",
2022-06-16 14:03:35 +02:00
"category": "theme",
2021-07-23 11:58:50 +02:00
"parent": [ "core/query-pagination" ],
"description": "Displays a list of page numbers for pagination",
"textdomain": "default",
2023-12-07 09:44:11 +01:00
"attributes": {
"midSize": {
"type": "number",
"default": 2
}
},
"usesContext": [ "queryId", "query", "enhancedPagination" ],
2021-07-23 11:58:50 +02:00
"supports": {
"reusable": false,
2022-06-16 14:03:35 +02:00
"html": false,
"color": {
"gradients": true,
"text": false,
"__experimentalDefaultControls": {
"background": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
2022-06-16 14:03:35 +02:00
"__experimentalFontWeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontStyle": true,
2022-06-16 14:03:35 +02:00
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
2022-06-16 14:03:35 +02:00
"__experimentalDefaultControls": {
"fontSize": true
}
}
2021-07-23 11:58:50 +02:00
},
2023-09-26 10:33:34 +02:00
"editorStyle": "wp-block-query-pagination-numbers-editor"
2021-07-23 11:58:50 +02:00
}