34 lines
699 B
JSON
Executable File
34 lines
699 B
JSON
Executable File
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"__experimental": "fse",
|
|
"name": "core/post-comment",
|
|
"title": "Comment (deprecated)",
|
|
"category": "theme",
|
|
"allowedBlocks": [
|
|
"core/avatar",
|
|
"core/comment-author-name",
|
|
"core/comment-content",
|
|
"core/comment-date",
|
|
"core/comment-edit-link",
|
|
"core/comment-reply-link"
|
|
],
|
|
"description": "This block is deprecated. Please use the Comments block instead.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"commentId": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"providesContext": {
|
|
"commentId": "commentId"
|
|
},
|
|
"supports": {
|
|
"html": false,
|
|
"inserter": false,
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
}
|
|
}
|
|
}
|