2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema" : "https://schemas.wp.org/trunk/block.json" ,
2023-09-26 10:33:34 +02:00
"apiVersion" : 3 ,
2021-07-23 11:58:50 +02:00
"name" : "core/site-title" ,
"title" : "Site Title" ,
2022-04-02 10:26:41 +02:00
"category" : "theme" ,
"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." ,
2021-07-23 11:58:50 +02:00
"textdomain" : "default" ,
"attributes" : {
"level" : {
"type" : "number" ,
"default" : 1
} ,
"textAlign" : {
"type" : "string"
2022-04-02 10:26:41 +02:00
} ,
"isLink" : {
"type" : "boolean" ,
"default" : true
} ,
"linkTarget" : {
"type" : "string" ,
"default" : "_self"
2021-07-23 11:58:50 +02:00
}
} ,
2022-04-02 10:26:41 +02:00
"example" : {
"viewportWidth" : 500
} ,
2021-07-23 11:58:50 +02:00
"supports" : {
"align" : [ "wide" , "full" ] ,
"html" : false ,
"color" : {
"gradients" : true ,
2022-06-16 14:03:35 +02:00
"link" : true ,
"__experimentalDefaultControls" : {
"background" : true ,
"text" : true ,
"link" : true
}
2021-07-23 11:58:50 +02:00
} ,
"spacing" : {
"padding" : true ,
2023-09-26 10:33:34 +02:00
"margin" : true ,
"__experimentalDefaultControls" : {
"margin" : false ,
"padding" : false
}
2021-07-23 11:58:50 +02:00
} ,
"typography" : {
"fontSize" : true ,
"lineHeight" : true ,
"__experimentalFontFamily" : true ,
"__experimentalTextTransform" : true ,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration" : true ,
2021-07-23 11:58:50 +02:00
"__experimentalFontStyle" : true ,
2022-04-02 10:26:41 +02:00
"__experimentalFontWeight" : true ,
"__experimentalLetterSpacing" : true ,
"__experimentalDefaultControls" : {
"fontSize" : true ,
"lineHeight" : true ,
"fontAppearance" : true ,
"letterSpacing" : true ,
"textTransform" : true
}
2021-07-23 11:58:50 +02:00
}
} ,
2023-04-26 17:39:43 +02:00
"editorStyle" : "wp-block-site-title-editor" ,
"style" : "wp-block-site-title"
2021-07-23 11:58:50 +02:00
}