mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
30 lines
657 B
JSON
30 lines
657 B
JSON
|
{
|
||
|
"$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"
|
||
|
}
|