PluginProbe
Gutenberg / 22.9.0
Gutenberg v22.9.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 7.4.0 All 402 releases
gutenberg / build / scripts / block-library / comment-template / block.json

block.json in Gutenberg 22.9.0, at build/scripts/block-library/comment-template/block.json

51 lines 1.2 KB
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 "name": "core/comment-template",
5 "title": "Comment Template",
6 "category": "design",
7 "parent": [ "core/comments" ],
8 "description": "Contains the block elements used to display a comment, like the title, date, author, avatar and more.",
9 "textdomain": "default",
10 "usesContext": [ "postId" ],
11 "supports": {
12 "anchor": true,
13 "align": true,
14 "html": false,
15 "reusable": false,
16 "spacing": {
17 "margin": true,
18 "padding": true
19 },
20 "typography": {
21 "fontSize": true,
22 "lineHeight": true,
23 "__experimentalFontFamily": true,
24 "__experimentalFontWeight": true,
25 "__experimentalFontStyle": true,
26 "__experimentalTextTransform": true,
27 "__experimentalTextDecoration": true,
28 "__experimentalLetterSpacing": true,
29 "__experimentalDefaultControls": {
30 "fontSize": true
31 }
32 },
33 "interactivity": {
34 "clientNavigation": true
35 },
36 "__experimentalBorder": {
37 "radius": true,
38 "color": true,
39 "width": true,
40 "style": true,
41 "__experimentalDefaultControls": {
42 "radius": true,
43 "color": true,
44 "width": true,
45 "style": true
46 }
47 }
48 },
49 "style": "wp-block-comment-template"
50 }
51