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 / post-terms / block.json

block.json in Gutenberg 22.9.0, at build/scripts/block-library/post-terms/block.json

80 lines 1.5 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/post-terms",
5 "title": "Post Terms",
6 "category": "theme",
7 "description": "Post terms.",
8 "textdomain": "default",
9 "attributes": {
10 "term": {
11 "type": "string"
12 },
13 "separator": {
14 "type": "string",
15 "default": ", "
16 },
17 "prefix": {
18 "type": "string",
19 "default": "",
20 "role": "content"
21 },
22 "suffix": {
23 "type": "string",
24 "default": "",
25 "role": "content"
26 }
27 },
28 "usesContext": [ "postId", "postType" ],
29 "example": {
30 "viewportWidth": 350
31 },
32 "supports": {
33 "anchor": true,
34 "html": false,
35 "color": {
36 "gradients": true,
37 "link": true,
38 "__experimentalDefaultControls": {
39 "background": true,
40 "text": true,
41 "link": true
42 }
43 },
44 "spacing": {
45 "margin": true,
46 "padding": true
47 },
48 "typography": {
49 "fontSize": true,
50 "lineHeight": true,
51 "textAlign": true,
52 "__experimentalFontFamily": true,
53 "__experimentalFontWeight": true,
54 "__experimentalFontStyle": true,
55 "__experimentalTextTransform": true,
56 "__experimentalTextDecoration": true,
57 "__experimentalLetterSpacing": true,
58 "__experimentalDefaultControls": {
59 "fontSize": true
60 }
61 },
62 "interactivity": {
63 "clientNavigation": true
64 },
65 "__experimentalBorder": {
66 "radius": true,
67 "color": true,
68 "width": true,
69 "style": true,
70 "__experimentalDefaultControls": {
71 "radius": true,
72 "color": true,
73 "width": true,
74 "style": true
75 }
76 }
77 },
78 "style": "wp-block-post-terms"
79 }
80