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 / term-description / block.json
build/scripts/block-library/term-description
block.json 1.2 KB 6 months ago

block.json in Gutenberg 23.2.0, at build/scripts/block-library/term-description/block.json

56 lines 1.2 KB Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/term-description",
5 "title": "Term Description",
6 "category": "theme",
7 "description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
8 "textdomain": "default",
9 "usesContext": [ "termId", "taxonomy" ],
10 "supports": {
11 "anchor": true,
12 "align": [ "wide", "full" ],
13 "html": false,
14 "color": {
15 "link": true,
16 "__experimentalDefaultControls": {
17 "background": true,
18 "text": true
19 }
20 },
21 "spacing": {
22 "padding": true,
23 "margin": true
24 },
25 "typography": {
26 "fontSize": true,
27 "lineHeight": true,
28 "textAlign": true,
29 "__experimentalFontFamily": true,
30 "__experimentalFontWeight": true,
31 "__experimentalFontStyle": true,
32 "__experimentalTextTransform": true,
33 "__experimentalTextDecoration": true,
34 "__experimentalLetterSpacing": true,
35 "__experimentalDefaultControls": {
36 "fontSize": true
37 }
38 },
39 "interactivity": {
40 "clientNavigation": true
41 },
42 "__experimentalBorder": {
43 "radius": true,
44 "color": true,
45 "width": true,
46 "style": true,
47 "__experimentalDefaultControls": {
48 "radius": true,
49 "color": true,
50 "width": true,
51 "style": true
52 }
53 }
54 }
55 }
56