PluginProbe
Gutenberg / 18.9.0
Gutenberg v18.9.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / block-library / blocks / post-comment / block.json

block.json in Gutenberg 18.9.0, at build/block-library/blocks/post-comment/block.json

34 lines 699 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "__experimental": "fse",
5 "name": "core/post-comment",
6 "title": "Comment (deprecated)",
7 "category": "theme",
8 "allowedBlocks": [
9 "core/avatar",
10 "core/comment-author-name",
11 "core/comment-content",
12 "core/comment-date",
13 "core/comment-edit-link",
14 "core/comment-reply-link"
15 ],
16 "description": "This block is deprecated. Please use the Comments block instead.",
17 "textdomain": "default",
18 "attributes": {
19 "commentId": {
20 "type": "number"
21 }
22 },
23 "providesContext": {
24 "commentId": "commentId"
25 },
26 "supports": {
27 "html": false,
28 "inserter": false,
29 "interactivity": {
30 "clientNavigation": true
31 }
32 }
33 }
34