mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
32 lines
552 B
JSON
32 lines
552 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/query-title",
|
||
|
"title": "Query Title",
|
||
|
"category": "design",
|
||
|
"description": "Display the query title.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"type": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"textAlign": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"level": {
|
||
|
"type": "number",
|
||
|
"default": 1
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": [ "wide", "full" ],
|
||
|
"html": false,
|
||
|
"color": {
|
||
|
"gradients": true
|
||
|
},
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true,
|
||
|
"__experimentalFontFamily": true
|
||
|
},
|
||
|
"editorStyle": "wp-block-query-title-editor"
|
||
|
}
|