mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 04:11:10 +01:00
34 lines
728 B
JSON
34 lines
728 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/site-title",
|
||
|
"title": "Site Title",
|
||
|
"category": "design",
|
||
|
"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.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"level": {
|
||
|
"type": "number",
|
||
|
"default": 1
|
||
|
},
|
||
|
"textAlign": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": [ "wide", "full" ],
|
||
|
"html": false,
|
||
|
"color": {
|
||
|
"gradients": true,
|
||
|
"text": false,
|
||
|
"link": true
|
||
|
},
|
||
|
"spacing": {
|
||
|
"padding": true
|
||
|
},
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true,
|
||
|
"__experimentalFontFamily": true,
|
||
|
"__experimentalTextTransform": true
|
||
|
}
|
||
|
}
|