PluginProbe
Gutenberg / 22.3.0
Gutenberg v22.3.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.3.0, at build/scripts/block-library/comment-template/block.json

50 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 "align": true,
13 "html": false,
14 "reusable": false,
15 "spacing": {
16 "margin": true,
17 "padding": true
18 },
19 "typography": {
20 "fontSize": true,
21 "lineHeight": true,
22 "__experimentalFontFamily": true,
23 "__experimentalFontWeight": true,
24 "__experimentalFontStyle": true,
25 "__experimentalTextTransform": true,
26 "__experimentalTextDecoration": true,
27 "__experimentalLetterSpacing": true,
28 "__experimentalDefaultControls": {
29 "fontSize": true
30 }
31 },
32 "interactivity": {
33 "clientNavigation": true
34 },
35 "__experimentalBorder": {
36 "radius": true,
37 "color": true,
38 "width": true,
39 "style": true,
40 "__experimentalDefaultControls": {
41 "radius": true,
42 "color": true,
43 "width": true,
44 "style": true
45 }
46 }
47 },
48 "style": "wp-block-comment-template"
49 }
50