--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/comments-query-loop/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -0,0 +1,29 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 2,
+ "name": "core/comments-query-loop",
+ "title": "Comments Query Loop",
+ "category": "theme",
+ "description": "An advanced block that allows displaying post comments using different visual configurations.",
+ "textdomain": "default",
+ "attributes": {
+ "tagName": {
+ "type": "string",
+ "default": "div"
+ }
+ },
+ "supports": {
+ "align": [ "wide", "full" ],
+ "html": false,
+ "color": {
+ "gradients": true,
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true,
+ "link": true
+ }
+ }
+ },
+ "editorStyle": "wp-block-comments-editor"
+}