wp/wp-includes/blocks/heading/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/heading",
     4 	"name": "core/heading",
     5 	"title": "Heading",
     5 	"title": "Heading",
     6 	"category": "text",
     6 	"category": "text",
     7 	"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.",
     8 	"keywords": [ "title", "subtitle" ],
     8 	"keywords": [ "title", "subtitle" ],
    10 	"attributes": {
    10 	"attributes": {
    11 		"textAlign": {
    11 		"textAlign": {
    12 			"type": "string"
    12 			"type": "string"
    13 		},
    13 		},
    14 		"content": {
    14 		"content": {
    15 			"type": "string",
    15 			"type": "rich-text",
    16 			"source": "html",
    16 			"source": "rich-text",
    17 			"selector": "h1,h2,h3,h4,h5,h6",
    17 			"selector": "h1,h2,h3,h4,h5,h6",
    18 			"default": "",
       
    19 			"__experimentalRole": "content"
    18 			"__experimentalRole": "content"
    20 		},
    19 		},
    21 		"level": {
    20 		"level": {
    22 			"type": "number",
    21 			"type": "number",
    23 			"default": 2
    22 			"default": 2
    27 		}
    26 		}
    28 	},
    27 	},
    29 	"supports": {
    28 	"supports": {
    30 		"align": [ "wide", "full" ],
    29 		"align": [ "wide", "full" ],
    31 		"anchor": true,
    30 		"anchor": true,
    32 		"className": false,
    31 		"className": true,
       
    32 		"splitting": true,
    33 		"color": {
    33 		"color": {
       
    34 			"gradients": true,
    34 			"link": true,
    35 			"link": true,
    35 			"__experimentalDefaultControls": {
    36 			"__experimentalDefaultControls": {
    36 				"background": true,
    37 				"background": true,
    37 				"text": true
    38 				"text": true
    38 			}
    39 			}
    39 		},
    40 		},
    40 		"spacing": {
    41 		"spacing": {
    41 			"margin": true
    42 			"margin": true,
       
    43 			"padding": true,
       
    44 			"__experimentalDefaultControls": {
       
    45 				"margin": false,
       
    46 				"padding": false
       
    47 			}
    42 		},
    48 		},
    43 		"typography": {
    49 		"typography": {
    44 			"fontSize": true,
    50 			"fontSize": true,
    45 			"lineHeight": true,
    51 			"lineHeight": true,
       
    52 			"__experimentalFontFamily": true,
    46 			"__experimentalFontStyle": true,
    53 			"__experimentalFontStyle": true,
    47 			"__experimentalFontWeight": true,
    54 			"__experimentalFontWeight": true,
    48 			"__experimentalLetterSpacing": true,
    55 			"__experimentalLetterSpacing": true,
    49 			"__experimentalTextTransform": true,
    56 			"__experimentalTextTransform": true,
       
    57 			"__experimentalTextDecoration": true,
       
    58 			"__experimentalWritingMode": true,
    50 			"__experimentalDefaultControls": {
    59 			"__experimentalDefaultControls": {
    51 				"fontSize": true,
    60 				"fontSize": true
    52 				"fontAppearance": true,
       
    53 				"textTransform": true
       
    54 			}
    61 			}
    55 		},
    62 		},
    56 		"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
       
    57 		"__unstablePasteTextInline": true,
    63 		"__unstablePasteTextInline": true,
    58 		"__experimentalSlashInserter": true
    64 		"__experimentalSlashInserter": true,
       
    65 		"interactivity": {
       
    66 			"clientNavigation": true
       
    67 		}
    59 	},
    68 	},
    60 	"editorStyle": "wp-block-heading-editor",
    69 	"editorStyle": "wp-block-heading-editor",
    61 	"style": "wp-block-heading"
    70 	"style": "wp-block-heading"
    62 }
    71 }