wp/wp-includes/blocks/page-list/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/page-list/block.json	Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,25 @@
+{
+	"apiVersion": 2,
+	"name": "core/page-list",
+	"title": "Page List",
+	"category": "widgets",
+	"description": "Display a list of all pages.",
+	"keywords": [ "menu", "navigation" ],
+	"textdomain": "default",
+	"usesContext": [
+		"textColor",
+		"customTextColor",
+		"backgroundColor",
+		"customBackgroundColor",
+		"fontSize",
+		"customFontSize",
+		"showSubmenuIcon",
+		"style"
+	],
+	"supports": {
+		"reusable": false,
+		"html": false
+	},
+	"editorStyle": "wp-block-page-list-editor",
+	"style": "wp-block-page-list"
+}