Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/footnotes/block.json

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
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 +