wp/wp-includes/blocks/list/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/list",
     4 	"name": "core/list",
     4 	"title": "List",
     5 	"title": "List",
     5 	"category": "text",
     6 	"category": "text",
     6 	"description": "Create a bulleted or numbered list.",
     7 	"description": "Create a bulleted or numbered list.",
    37 	"supports": {
    38 	"supports": {
    38 		"anchor": true,
    39 		"anchor": true,
    39 		"className": false,
    40 		"className": false,
    40 		"typography": {
    41 		"typography": {
    41 			"fontSize": true,
    42 			"fontSize": true,
    42 			"__experimentalFontFamily": true
    43 			"__experimentalFontFamily": true,
       
    44 			"lineHeight": true,
       
    45 			"__experimentalFontStyle": true,
       
    46 			"__experimentalFontWeight": true,
       
    47 			"__experimentalLetterSpacing": true,
       
    48 			"__experimentalTextTransform": true,
       
    49 			"__experimentalDefaultControls": {
       
    50 				"fontSize": true
       
    51 			}
    43 		},
    52 		},
    44 		"color": {
    53 		"color": {
    45 			"gradients": true
    54 			"gradients": true,
       
    55 			"link": true,
       
    56 			"__experimentalDefaultControls": {
       
    57 				"background": true,
       
    58 				"text": true
       
    59 			}
    46 		},
    60 		},
    47 		"__unstablePasteTextInline": true,
    61 		"__unstablePasteTextInline": true,
    48 		"__experimentalSelector": "ol,ul"
    62 		"__experimentalSelector": "ol,ul",
       
    63 		"__experimentalSlashInserter": true
    49 	},
    64 	},
    50 	"editorStyle": "wp-block-list-editor",
    65 	"editorStyle": "wp-block-list-editor",
    51 	"style": "wp-block-list"
    66 	"style": "wp-block-list"
    52 }
    67 }