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