wp/wp-includes/blocks/page-list/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/page-list",
     4 	"name": "core/page-list",
     5 	"title": "Page List",
     5 	"title": "Page List",
     6 	"category": "widgets",
     6 	"category": "widgets",
       
     7 	"allowedBlocks": [ "core/page-list-item" ],
     7 	"description": "Display a list of all pages.",
     8 	"description": "Display a list of all pages.",
     8 	"keywords": [ "menu", "navigation" ],
     9 	"keywords": [ "menu", "navigation" ],
     9 	"textdomain": "default",
    10 	"textdomain": "default",
    10 	"attributes": {
    11 	"attributes": {
    11 		"__unstableMaxPages": {
    12 		"parentPageID": {
    12 			"type": "number"
    13 			"type": "integer",
       
    14 			"default": 0
       
    15 		},
       
    16 		"isNested": {
       
    17 			"type": "boolean",
       
    18 			"default": false
    13 		}
    19 		}
    14 	},
    20 	},
    15 	"usesContext": [
    21 	"usesContext": [
    16 		"textColor",
    22 		"textColor",
    17 		"customTextColor",
    23 		"customTextColor",
    27 		"style",
    33 		"style",
    28 		"openSubmenusOnClick"
    34 		"openSubmenusOnClick"
    29 	],
    35 	],
    30 	"supports": {
    36 	"supports": {
    31 		"reusable": false,
    37 		"reusable": false,
    32 		"html": false
    38 		"html": false,
       
    39 		"typography": {
       
    40 			"fontSize": true,
       
    41 			"lineHeight": true,
       
    42 			"__experimentalFontFamily": true,
       
    43 			"__experimentalFontWeight": true,
       
    44 			"__experimentalFontStyle": true,
       
    45 			"__experimentalTextTransform": true,
       
    46 			"__experimentalTextDecoration": true,
       
    47 			"__experimentalLetterSpacing": true,
       
    48 			"__experimentalDefaultControls": {
       
    49 				"fontSize": true
       
    50 			}
       
    51 		},
       
    52 		"interactivity": {
       
    53 			"clientNavigation": true
       
    54 		}
    33 	},
    55 	},
    34 	"editorStyle": "wp-block-page-list-editor",
    56 	"editorStyle": "wp-block-page-list-editor",
    35 	"style": "wp-block-page-list"
    57 	"style": "wp-block-page-list"
    36 }
    58 }