--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/query-pagination-numbers/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,15 @@
+{
+ "apiVersion": 2,
+ "name": "core/query-pagination-numbers",
+ "title": "Query Pagination Numbers",
+ "category": "design",
+ "parent": [ "core/query-pagination" ],
+ "description": "Displays a list of page numbers for pagination",
+ "textdomain": "default",
+ "usesContext": [ "queryId", "query" ],
+ "supports": {
+ "reusable": false,
+ "html": false
+ },
+ "editorStyle": "query-pagination-numbers-editor"
+}