diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/blocks/query/block.json --- a/wp/wp-includes/blocks/query/block.json Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/blocks/query/block.json Tue Sep 27 16:37:53 2022 +0200 @@ -1,4 +1,5 @@ { + "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "core/query", "title": "Query Loop", @@ -16,15 +17,14 @@ "pages": 0, "offset": 0, "postType": "post", - "categoryIds": [], - "tagIds": [], "order": "desc", "orderBy": "date", "author": "", "search": "", "exclude": [], "sticky": "", - "inherit": true + "inherit": true, + "taxQuery": null } }, "tagName": { @@ -48,7 +48,11 @@ "html": false, "color": { "gradients": true, - "link": true + "link": true, + "__experimentalDefaultControls": { + "background": true, + "text": true + } }, "__experimentalLayout": true },