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 / footnotes / block.json

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

65 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/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 "__experimentalBorder": {
13 "radius": true,
14 "color": true,
15 "width": true,
16 "style": true,
17 "__experimentalDefaultControls": {
18 "radius": false,
19 "color": false,
20 "width": false,
21 "style": false
22 }
23 },
24 "color": {
25 "background": true,
26 "link": true,
27 "text": true,
28 "__experimentalDefaultControls": {
29 "link": true,
30 "text": true
31 }
32 },
33 "html": false,
34 "multiple": false,
35 "reusable": false,
36 "inserter": false,
37 "spacing": {
38 "margin": true,
39 "padding": true,
40 "__experimentalDefaultControls": {
41 "margin": false,
42 "padding": false
43 }
44 },
45 "typography": {
46 "fontSize": true,
47 "lineHeight": true,
48 "__experimentalFontFamily": true,
49 "__experimentalTextDecoration": true,
50 "__experimentalFontStyle": true,
51 "__experimentalFontWeight": true,
52 "__experimentalLetterSpacing": true,
53 "__experimentalTextTransform": true,
54 "__experimentalWritingMode": true,
55 "__experimentalDefaultControls": {
56 "fontSize": true
57 }
58 },
59 "interactivity": {
60 "clientNavigation": true
61 }
62 },
63 "style": "wp-block-footnotes"
64 }
65