--- a/wp/wp-includes/blocks/query-title/block.json Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/query-title/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -1,8 +1,9 @@
{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/query-title",
"title": "Query Title",
- "category": "design",
+ "category": "theme",
"description": "Display the query title.",
"textdomain": "default",
"attributes": {
@@ -21,12 +22,28 @@
"align": [ "wide", "full" ],
"html": false,
"color": {
- "gradients": true
+ "gradients": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true
+ }
+ },
+ "spacing": {
+ "margin": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
- "__experimentalFontFamily": true
+ "__experimentalFontFamily": true,
+ "__experimentalFontStyle": true,
+ "__experimentalFontWeight": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalTextTransform": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true,
+ "fontAppearance": true,
+ "textTransform": true
+ }
}
},
"editorStyle": "wp-block-query-title-editor"