PluginProbe
Gutenberg / 16.6.0
Gutenberg v16.6.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 / block-library / blocks / footnotes / block.json

block.json in Gutenberg 16.6.0, at build/block-library/blocks/footnotes/block.json

61 lines 1.3 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": "",
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 "spacing": {
37 "margin": true,
38 "padding": true,
39 "__experimentalDefaultControls": {
40 "margin": false,
41 "padding": false
42 }
43 },
44 "typography": {
45 "fontSize": true,
46 "lineHeight": true,
47 "__experimentalFontFamily": true,
48 "__experimentalTextDecoration": true,
49 "__experimentalFontStyle": true,
50 "__experimentalFontWeight": true,
51 "__experimentalLetterSpacing": true,
52 "__experimentalTextTransform": true,
53 "__experimentalWritingMode": true,
54 "__experimentalDefaultControls": {
55 "fontSize": true
56 }
57 }
58 },
59 "style": "wp-block-footnotes"
60 }
61