WordPress/wp-includes/blocks/site-tagline/block.json

28 lines
510 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/site-tagline",
"title": "Site Tagline",
"category": "design",
"description": "In a few words, what this site is about.",
"keywords": [ "description" ],
"textdomain": "default",
"attributes": {
"textAlign": {
"type": "string"
}
},
"supports": {
"html": false,
"color": {
"gradients": true
},
"spacing": {
"padding": true
},
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalTextTransform": true
}
}