--- a/wp/wp-includes/blocks/query/block.json Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/query/block.json Fri Sep 05 18:52:52 2025 +0200
@@ -5,6 +5,7 @@
"title": "Query Loop",
"category": "theme",
"description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.",
+ "keywords": [ "posts", "list", "blog", "blogs", "custom post types" ],
"textdomain": "default",
"attributes": {
"queryId": {
@@ -25,7 +26,8 @@
"sticky": "",
"inherit": true,
"taxQuery": null,
- "parents": []
+ "parents": [],
+ "format": []
}
},
"tagName": {
@@ -40,6 +42,7 @@
"default": false
}
},
+ "usesContext": [ "templateSlug" ],
"providesContext": {
"queryId": "queryId",
"query": "query",