wp/wp-includes/blocks/query-pagination/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/query-pagination/block.json	Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,21 @@
+{
+	"apiVersion": 2,
+	"name": "core/query-pagination",
+	"title": "Query Pagination",
+	"category": "design",
+	"parent": [ "core/query" ],
+	"description": "Displays a paginated navigation to next/previous set of posts, when applicable.",
+	"textdomain": "default",
+	"usesContext": [ "queryId", "query" ],
+	"supports": {
+		"align": true,
+		"reusable": false,
+		"html": false,
+		"color": {
+			"gradients": true,
+			"link": true
+		}
+	},
+	"editorStyle": "wp-block-query-pagination-editor",
+	"style": "wp-block-query-pagination"
+}