run:R W Run
1.41 KB
2026-03-11 16:18:52
R W Run
437 By
2026-03-11 16:18:52
R W Run
367 By
2026-03-11 16:18:52
R W Run
437 By
2026-03-11 16:18:52
R W Run
367 By
2026-03-11 16:18:52
R W Run
136 By
2026-03-11 16:18:52
R W Run
116 By
2026-03-11 16:18:52
R W Run
136 By
2026-03-11 16:18:52
R W Run
116 By
2026-03-11 16:18:52
R W Run
error_log
📄block.json
1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/term-template",
5 "title": "Term Template",
6 "category": "theme",
7 "ancestor": [ "core/terms-query" ],
8 "description": "Contains the block elements used to render a taxonomy term, like the name, description, and more.",
9 "textdomain": "default",
10 "usesContext": [ "termQuery" ],
11 "supports": {
12 "reusable": false,
13 "html": false,
14 "align": [ "wide", "full" ],
15 "layout": true,
16 "color": {
17 "gradients": true,
18 "link": true,
19 "__experimentalDefaultControls": {
20 "background": true,
21 "text": true
22 }
23 },
24 "typography": {
25 "fontSize": true,
26 "lineHeight": true,
27 "__experimentalFontFamily": true,
28 "__experimentalFontWeight": true,
29 "__experimentalFontStyle": true,
30 "__experimentalTextTransform": true,
31 "__experimentalTextDecoration": true,
32 "__experimentalLetterSpacing": true,
33 "__experimentalDefaultControls": {
34 "fontSize": true
35 }
36 },
37 "spacing": {
38 "margin": true,
39 "padding": true,
40 "blockGap": {
41 "__experimentalDefault": "1.25em"
42 },
43 "__experimentalDefaultControls": {
44 "blockGap": true,
45 "padding": false,
46 "margin": false
47 }
48 },
49 "interactivity": {
50 "clientNavigation": true
51 },
52 "__experimentalBorder": {
53 "radius": true,
54 "color": true,
55 "width": true,
56 "style": true
57 }
58 },
59 "style": "wp-block-term-template",
60 "editorStyle": "wp-block-term-template-editor"
61}
62