wp/wp-includes/blocks/heading/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/heading",
     3 	"name": "core/heading",
       
     4 	"title": "Heading",
     3 	"category": "text",
     5 	"category": "text",
       
     6 	"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
       
     7 	"keywords": [ "title", "subtitle" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"align": {
    10 		"textAlign": {
     6 			"type": "string"
    11 			"type": "string"
     7 		},
    12 		},
     8 		"content": {
    13 		"content": {
     9 			"type": "string",
    14 			"type": "string",
    10 			"source": "html",
    15 			"source": "html",
    11 			"selector": "h1,h2,h3,h4,h5,h6",
    16 			"selector": "h1,h2,h3,h4,h5,h6",
    12 			"default": ""
    17 			"default": "",
       
    18 			"__experimentalRole": "content"
    13 		},
    19 		},
    14 		"level": {
    20 		"level": {
    15 			"type": "number",
    21 			"type": "number",
    16 			"default": 2
    22 			"default": 2
    17 		},
    23 		},
    18 		"placeholder": {
    24 		"placeholder": {
    19 			"type": "string"
    25 			"type": "string"
    20 		}
    26 		}
    21 	},
    27 	},
    22 	"supports": {
    28 	"supports": {
       
    29 		"align": [ "wide", "full" ],
    23 		"anchor": true,
    30 		"anchor": true,
    24 		"className": false,
    31 		"className": false,
    25 		"lightBlockWrapper": true,
    32 		"color": {
    26 		"__experimentalColor": {
    33 			"link": true
    27 			"linkColor": true
       
    28 		},
    34 		},
    29 		"__experimentalFontSize": true,
    35 		"typography": {
    30 		"__experimentalLineHeight": true,
    36 			"fontSize": true,
    31 		"__experimentalSelector": {
    37 			"lineHeight": true,
    32 			"core/heading/h1": "h1",
    38 			"__experimentalFontWeight": true
    33 			"core/heading/h2": "h2",
       
    34 			"core/heading/h3": "h3",
       
    35 			"core/heading/h4": "h4",
       
    36 			"core/heading/h5": "h5",
       
    37 			"core/heading/h6": "h6"
       
    38 		},
    39 		},
       
    40 		"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
    39 		"__unstablePasteTextInline": true
    41 		"__unstablePasteTextInline": true
    40 	}
    42 	},
       
    43 	"editorStyle": "wp-block-heading-editor",
       
    44 	"style": "wp-block-heading"
    41 }
    45 }