| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "core/query-pagination-numbers", |
| 5 |
"title": "Page Numbers", |
| 6 |
"category": "theme", |
| 7 |
"parent": [ "core/query-pagination" ], |
| 8 |
"description": "Displays a list of page numbers for pagination", |
| 9 |
"textdomain": "default", |
| 10 |
"usesContext": [ "queryId", "query" ], |
| 11 |
"supports": { |
| 12 |
"reusable": false, |
| 13 |
"html": false |
| 14 |
}, |
| 15 |
"editorStyle": "query-pagination-numbers-editor" |
| 16 |
} |
| 17 |
|