2021-05-19 17:09:27 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-05-19 17:09:27 +02:00
|
|
|
"apiVersion": 2,
|
|
|
|
"name": "core/query-title",
|
|
|
|
"title": "Query Title",
|
2021-11-30 01:24:27 +01:00
|
|
|
"category": "theme",
|
2021-05-19 17:09:27 +02:00
|
|
|
"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": {
|
2022-04-12 17:12:47 +02:00
|
|
|
"gradients": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2021-05-19 17:09:27 +02:00
|
|
|
},
|
2021-11-08 15:29:21 +01:00
|
|
|
"spacing": {
|
|
|
|
"margin": true
|
|
|
|
},
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
2021-11-08 15:29:21 +01:00
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true,
|
|
|
|
"fontAppearance": true,
|
|
|
|
"textTransform": true
|
|
|
|
}
|
2021-06-08 10:09:53 +02:00
|
|
|
}
|
2021-05-19 17:09:27 +02:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-query-title-editor"
|
|
|
|
}
|