wp/wp-includes/blocks/site-title/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/site-title",
       
     4 	"title": "Site Title",
       
     5 	"category": "design",
       
     6 	"description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.",
       
     7 	"textdomain": "default",
       
     8 	"attributes": {
       
     9 		"level": {
       
    10 			"type": "number",
       
    11 			"default": 1
       
    12 		},
       
    13 		"textAlign": {
       
    14 			"type": "string"
       
    15 		}
       
    16 	},
       
    17 	"supports": {
       
    18 		"align": [ "wide", "full" ],
       
    19 		"html": false,
       
    20 		"color": {
       
    21 			"gradients": true,
       
    22 			"text": false,
       
    23 			"link": true
       
    24 		},
       
    25 		"spacing": {
       
    26 			"padding": true,
       
    27 			"margin": true
       
    28 		},
       
    29 		"typography": {
       
    30 			"fontSize": true,
       
    31 			"lineHeight": true,
       
    32 			"__experimentalFontFamily": true,
       
    33 			"__experimentalTextTransform": true,
       
    34 			"__experimentalFontStyle": true,
       
    35 			"__experimentalFontWeight": true
       
    36 		}
       
    37 	},
       
    38 	"editorStyle": "wp-block-site-title-editor"
       
    39 }