wp/wp-includes/blocks/site-title/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/site-title",
     4 	"name": "core/site-title",
     5 	"title": "Site Title",
     5 	"title": "Site Title",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.",
     7 	"description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
    38 				"link": true
    38 				"link": true
    39 			}
    39 			}
    40 		},
    40 		},
    41 		"spacing": {
    41 		"spacing": {
    42 			"padding": true,
    42 			"padding": true,
    43 			"margin": true
    43 			"margin": true,
       
    44 			"__experimentalDefaultControls": {
       
    45 				"margin": false,
       
    46 				"padding": false
       
    47 			}
    44 		},
    48 		},
    45 		"typography": {
    49 		"typography": {
    46 			"fontSize": true,
    50 			"fontSize": true,
    47 			"lineHeight": true,
    51 			"lineHeight": true,
    48 			"__experimentalFontFamily": true,
    52 			"__experimentalFontFamily": true,
    49 			"__experimentalTextTransform": true,
    53 			"__experimentalTextTransform": true,
       
    54 			"__experimentalTextDecoration": true,
    50 			"__experimentalFontStyle": true,
    55 			"__experimentalFontStyle": true,
    51 			"__experimentalFontWeight": true,
    56 			"__experimentalFontWeight": true,
    52 			"__experimentalLetterSpacing": true,
    57 			"__experimentalLetterSpacing": true,
    53 			"__experimentalDefaultControls": {
    58 			"__experimentalDefaultControls": {
    54 				"fontSize": true,
    59 				"fontSize": true
    55 				"lineHeight": true,
       
    56 				"fontAppearance": true,
       
    57 				"letterSpacing": true,
       
    58 				"textTransform": true
       
    59 			}
    60 			}
       
    61 		},
       
    62 		"interactivity": {
       
    63 			"clientNavigation": true
    60 		}
    64 		}
    61 	},
    65 	},
    62 	"editorStyle": "wp-block-site-title-editor"
    66 	"editorStyle": "wp-block-site-title-editor",
       
    67 	"style": "wp-block-site-title"
    63 }
    68 }