mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 03:40:20 +01:00
18 lines
495 B
JSON
18 lines
495 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/comment-template",
|
||
|
"title": "Comment Template",
|
||
|
"category": "design",
|
||
|
"parent": [ "core/comments-query-loop" ],
|
||
|
"description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
|
||
|
"textdomain": "default",
|
||
|
"usesContext": [ "postId" ],
|
||
|
"supports": {
|
||
|
"reusable": false,
|
||
|
"html": false,
|
||
|
"align": true
|
||
|
},
|
||
|
"style": "wp-block-comment-template"
|
||
|
}
|