wp/wp-includes/blocks/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/list",
     4 	"name": "core/list",
     5 	"title": "List",
     5 	"title": "List",
     6 	"category": "text",
     6 	"category": "text",
       
     7 	"allowedBlocks": [ "core/list-item" ],
     7 	"description": "Create a bulleted or numbered list.",
     8 	"description": "Create a bulleted or numbered list.",
     8 	"keywords": [ "bullet list", "ordered list", "numbered list" ],
     9 	"keywords": [ "bullet list", "ordered list", "numbered list" ],
     9 	"textdomain": "default",
    10 	"textdomain": "default",
    10 	"attributes": {
    11 	"attributes": {
    11 		"ordered": {
    12 		"ordered": {
    35 			"type": "string"
    36 			"type": "string"
    36 		}
    37 		}
    37 	},
    38 	},
    38 	"supports": {
    39 	"supports": {
    39 		"anchor": true,
    40 		"anchor": true,
    40 		"className": false,
    41 		"html": false,
    41 		"typography": {
    42 		"typography": {
    42 			"fontSize": true,
    43 			"fontSize": true,
       
    44 			"lineHeight": true,
    43 			"__experimentalFontFamily": true,
    45 			"__experimentalFontFamily": true,
    44 			"lineHeight": true,
    46 			"__experimentalFontWeight": true,
    45 			"__experimentalFontStyle": true,
    47 			"__experimentalFontStyle": true,
    46 			"__experimentalFontWeight": true,
    48 			"__experimentalTextTransform": true,
       
    49 			"__experimentalTextDecoration": true,
    47 			"__experimentalLetterSpacing": true,
    50 			"__experimentalLetterSpacing": true,
    48 			"__experimentalTextTransform": true,
       
    49 			"__experimentalDefaultControls": {
    51 			"__experimentalDefaultControls": {
    50 				"fontSize": true
    52 				"fontSize": true
    51 			}
    53 			}
    52 		},
    54 		},
    53 		"color": {
    55 		"color": {
    56 			"__experimentalDefaultControls": {
    58 			"__experimentalDefaultControls": {
    57 				"background": true,
    59 				"background": true,
    58 				"text": true
    60 				"text": true
    59 			}
    61 			}
    60 		},
    62 		},
       
    63 		"spacing": {
       
    64 			"margin": true,
       
    65 			"padding": true,
       
    66 			"__experimentalDefaultControls": {
       
    67 				"margin": false,
       
    68 				"padding": false
       
    69 			}
       
    70 		},
    61 		"__unstablePasteTextInline": true,
    71 		"__unstablePasteTextInline": true,
    62 		"__experimentalSelector": "ol,ul",
    72 		"__experimentalOnMerge": true,
    63 		"__experimentalSlashInserter": true
    73 		"__experimentalSlashInserter": true,
       
    74 		"interactivity": {
       
    75 			"clientNavigation": true
       
    76 		}
    64 	},
    77 	},
    65 	"editorStyle": "wp-block-list-editor",
    78 	"editorStyle": "wp-block-list-editor",
    66 	"style": "wp-block-list"
    79 	"style": "wp-block-list"
    67 }
    80 }