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 / footnotes / block.json
build/scripts/block-library/footnotes
block.json 1.4 KB 7 months ago

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

66 lines 1.4 KB Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/footnotes",
5 "title": "Footnotes",
6 "category": "text",
7 "description": "Display footnotes added to the page.",
8 "keywords": [ "references" ],
9 "textdomain": "default",
10 "usesContext": [ "postId", "postType" ],
11 "supports": {
12 "anchor": true,
13 "__experimentalBorder": {
14 "radius": true,
15 "color": true,
16 "width": true,
17 "style": true,
18 "__experimentalDefaultControls": {
19 "radius": false,
20 "color": false,
21 "width": false,
22 "style": false
23 }
24 },
25 "color": {
26 "background": true,
27 "link": true,
28 "text": true,
29 "__experimentalDefaultControls": {
30 "link": true,
31 "text": true
32 }
33 },
34 "html": false,
35 "multiple": false,
36 "reusable": false,
37 "inserter": false,
38 "spacing": {
39 "margin": true,
40 "padding": true,
41 "__experimentalDefaultControls": {
42 "margin": false,
43 "padding": false
44 }
45 },
46 "typography": {
47 "fontSize": true,
48 "lineHeight": true,
49 "__experimentalFontFamily": true,
50 "__experimentalTextDecoration": true,
51 "__experimentalFontStyle": true,
52 "__experimentalFontWeight": true,
53 "__experimentalLetterSpacing": true,
54 "__experimentalTextTransform": true,
55 "__experimentalWritingMode": true,
56 "__experimentalDefaultControls": {
57 "fontSize": true
58 }
59 },
60 "interactivity": {
61 "clientNavigation": true
62 }
63 },
64 "style": "wp-block-footnotes"
65 }
66