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 / post-comments-count / block.json
build/scripts/block-library/post-comments-count
block.json 1.1 KB 6 months ago

block.json in Gutenberg 23.2.0, at build/scripts/block-library/post-comments-count/block.json

53 lines 1.1 KB Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/post-comments-count",
5 "title": "Comments Count",
6 "category": "theme",
7 "description": "Display a post's comments count.",
8 "textdomain": "default",
9 "usesContext": [ "postId" ],
10 "example": {
11 "viewportWidth": 350
12 },
13 "supports": {
14 "anchor": true,
15 "html": false,
16 "color": {
17 "gradients": true,
18 "__experimentalDefaultControls": {
19 "background": true,
20 "text": true
21 }
22 },
23 "spacing": {
24 "margin": true,
25 "padding": true
26 },
27 "typography": {
28 "fontSize": true,
29 "lineHeight": true,
30 "textAlign": true,
31 "__experimentalFontFamily": true,
32 "__experimentalFontWeight": true,
33 "__experimentalFontStyle": true,
34 "__experimentalTextTransform": true,
35 "__experimentalTextDecoration": true,
36 "__experimentalLetterSpacing": true,
37 "__experimentalDefaultControls": {
38 "fontSize": true
39 }
40 },
41 "__experimentalBorder": {
42 "radius": true,
43 "color": true,
44 "width": true,
45 "style": true
46 },
47 "interactivity": {
48 "clientNavigation": true
49 }
50 },
51 "style": "wp-block-post-comments-count"
52 }
53