wp/wp-includes/blocks/site-title/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     9 	"attributes": {
     9 	"attributes": {
    10 		"level": {
    10 		"level": {
    11 			"type": "number",
    11 			"type": "number",
    12 			"default": 1
    12 			"default": 1
    13 		},
    13 		},
       
    14 		"levelOptions": {
       
    15 			"type": "array",
       
    16 			"default": [ 0, 1, 2, 3, 4, 5, 6 ]
       
    17 		},
    14 		"textAlign": {
    18 		"textAlign": {
    15 			"type": "string"
    19 			"type": "string"
    16 		},
    20 		},
    17 		"isLink": {
    21 		"isLink": {
    18 			"type": "boolean",
    22 			"type": "boolean",
    19 			"default": true
    23 			"default": true,
       
    24 			"role": "content"
    20 		},
    25 		},
    21 		"linkTarget": {
    26 		"linkTarget": {
    22 			"type": "string",
    27 			"type": "string",
    23 			"default": "_self"
    28 			"default": "_self",
       
    29 			"role": "content"
    24 		}
    30 		}
    25 	},
    31 	},
    26 	"example": {
    32 	"example": {
    27 		"viewportWidth": 500
    33 		"viewportWidth": 500
    28 	},
    34 	},
    53 			"__experimentalTextTransform": true,
    59 			"__experimentalTextTransform": true,
    54 			"__experimentalTextDecoration": true,
    60 			"__experimentalTextDecoration": true,
    55 			"__experimentalFontStyle": true,
    61 			"__experimentalFontStyle": true,
    56 			"__experimentalFontWeight": true,
    62 			"__experimentalFontWeight": true,
    57 			"__experimentalLetterSpacing": true,
    63 			"__experimentalLetterSpacing": true,
       
    64 			"__experimentalWritingMode": true,
    58 			"__experimentalDefaultControls": {
    65 			"__experimentalDefaultControls": {
    59 				"fontSize": true
    66 				"fontSize": true
    60 			}
    67 			}
    61 		},
    68 		},
    62 		"interactivity": {
    69 		"interactivity": {
    63 			"clientNavigation": true
    70 			"clientNavigation": true
       
    71 		},
       
    72 		"__experimentalBorder": {
       
    73 			"radius": true,
       
    74 			"color": true,
       
    75 			"width": true,
       
    76 			"style": true
    64 		}
    77 		}
    65 	},
    78 	},
    66 	"editorStyle": "wp-block-site-title-editor",
    79 	"editorStyle": "wp-block-site-title-editor",
    67 	"style": "wp-block-site-title"
    80 	"style": "wp-block-site-title"
    68 }
    81 }