--- /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"
+}