@wordpress/block-library
Version:
Block library for the WordPress editor.
23 lines (22 loc) • 474 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"__experimental": "fse",
"name": "core/post-comment",
"title": "Post Comment (deprecated)",
"category": "theme",
"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
}
}