wp/wp-includes/blocks/heading/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/heading",
     4 	"name": "core/heading",
     4 	"title": "Heading",
     5 	"title": "Heading",
     5 	"category": "text",
     6 	"category": "text",
     6 	"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
     7 	"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
    28 	"supports": {
    29 	"supports": {
    29 		"align": [ "wide", "full" ],
    30 		"align": [ "wide", "full" ],
    30 		"anchor": true,
    31 		"anchor": true,
    31 		"className": false,
    32 		"className": false,
    32 		"color": {
    33 		"color": {
    33 			"link": true
    34 			"link": true,
       
    35 			"__experimentalDefaultControls": {
       
    36 				"background": true,
       
    37 				"text": true
       
    38 			}
       
    39 		},
       
    40 		"spacing": {
       
    41 			"margin": true
    34 		},
    42 		},
    35 		"typography": {
    43 		"typography": {
    36 			"fontSize": true,
    44 			"fontSize": true,
    37 			"lineHeight": true,
    45 			"lineHeight": true,
    38 			"__experimentalFontWeight": true
    46 			"__experimentalFontStyle": true,
       
    47 			"__experimentalFontWeight": true,
       
    48 			"__experimentalLetterSpacing": true,
       
    49 			"__experimentalTextTransform": true,
       
    50 			"__experimentalDefaultControls": {
       
    51 				"fontSize": true,
       
    52 				"fontAppearance": true,
       
    53 				"textTransform": true
       
    54 			}
    39 		},
    55 		},
    40 		"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
    56 		"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
    41 		"__unstablePasteTextInline": true
    57 		"__unstablePasteTextInline": true,
       
    58 		"__experimentalSlashInserter": true
    42 	},
    59 	},
    43 	"editorStyle": "wp-block-heading-editor",
    60 	"editorStyle": "wp-block-heading-editor",
    44 	"style": "wp-block-heading"
    61 	"style": "wp-block-heading"
    45 }
    62 }