PluginProbe
Gutenberg / 22.3.0
Gutenberg v22.3.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 / term-template / block.json

block.json in Gutenberg 22.3.0, at build/scripts/block-library/term-template/block.json

62 lines 1.4 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/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