--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/query-title/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,33 @@
+{
+ "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
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true,
+ "__experimentalFontFamily": true
+ }
+ },
+ "editorStyle": "wp-block-query-title-editor"
+}