PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.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 / scripts / block-library / comment-content / block.json
build/scripts/block-library/comment-content
block.json 1.3 KB 7 months ago

block.json in Gutenberg 23.2.0, at build/scripts/block-library/comment-content/block.json

57 lines 1.3 KB Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/comment-content",
5 "title": "Comment Content",
6 "category": "theme",
7 "ancestor": [ "core/comment-template" ],
8 "description": "Displays the contents of a comment.",
9 "textdomain": "default",
10 "usesContext": [ "commentId" ],
11 "supports": {
12 "anchor": true,
13 "color": {
14 "gradients": true,
15 "link": true,
16 "__experimentalDefaultControls": {
17 "background": true,
18 "text": true
19 }
20 },
21 "typography": {
22 "fontSize": true,
23 "lineHeight": true,
24 "textAlign": true,
25 "__experimentalFontFamily": true,
26 "__experimentalFontWeight": true,
27 "__experimentalFontStyle": true,
28 "__experimentalTextTransform": true,
29 "__experimentalTextDecoration": true,
30 "__experimentalLetterSpacing": true,
31 "__experimentalDefaultControls": {
32 "fontSize": true
33 }
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 "spacing": {
48 "padding": [ "horizontal", "vertical" ],
49 "__experimentalDefaultControls": {
50 "padding": true
51 }
52 },
53 "html": false
54 },
55 "style": "wp-block-comment-content"
56 }
57