wp/wp-includes/blocks/categories/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/categories",
     4 	"name": "core/categories",
     5 	"title": "Categories",
     5 	"title": "Categories List",
     6 	"category": "widgets",
     6 	"category": "widgets",
     7 	"description": "Display a list of all categories.",
     7 	"description": "Display a list of all categories.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
     9 	"attributes": {
     9 	"attributes": {
    10 		"displayAsDropdown": {
    10 		"displayAsDropdown": {
    20 			"default": false
    20 			"default": false
    21 		},
    21 		},
    22 		"showOnlyTopLevel": {
    22 		"showOnlyTopLevel": {
    23 			"type": "boolean",
    23 			"type": "boolean",
    24 			"default": false
    24 			"default": false
       
    25 		},
       
    26 		"showEmpty": {
       
    27 			"type": "boolean",
       
    28 			"default": false
    25 		}
    29 		}
    26 	},
    30 	},
    27 	"supports": {
    31 	"supports": {
    28 		"align": true,
    32 		"align": true,
    29 		"html": false
    33 		"html": false,
       
    34 		"spacing": {
       
    35 			"margin": true,
       
    36 			"padding": true,
       
    37 			"__experimentalDefaultControls": {
       
    38 				"margin": false,
       
    39 				"padding": false
       
    40 			}
       
    41 		},
       
    42 		"typography": {
       
    43 			"fontSize": true,
       
    44 			"lineHeight": true,
       
    45 			"__experimentalFontFamily": true,
       
    46 			"__experimentalFontWeight": true,
       
    47 			"__experimentalFontStyle": true,
       
    48 			"__experimentalTextTransform": true,
       
    49 			"__experimentalTextDecoration": true,
       
    50 			"__experimentalLetterSpacing": true,
       
    51 			"__experimentalDefaultControls": {
       
    52 				"fontSize": true
       
    53 			}
       
    54 		},
       
    55 		"interactivity": {
       
    56 			"clientNavigation": true
       
    57 		}
    30 	},
    58 	},
    31 	"editorStyle": "wp-block-categories-editor",
    59 	"editorStyle": "wp-block-categories-editor",
    32 	"style": "wp-block-categories"
    60 	"style": "wp-block-categories"
    33 }
    61 }