Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/term-name/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/term-name",
5 + "title": "Term Name",
6 + "category": "theme",
7 + "description": "Displays the name of a taxonomy term.",
8 + "keywords": [ "term title" ],
9 + "textdomain": "default",
10 + "usesContext": [ "termId", "taxonomy" ],
11 + "attributes": {
12 + "textAlign": {
13 + "type": "string"
14 + },
15 + "level": {
16 + "type": "number",
17 + "default": 0
18 + },
19 + "isLink": {
20 + "type": "boolean",
21 + "default": false
22 + }
23 + },
24 + "supports": {
25 + "align": [ "wide", "full" ],
26 + "html": false,
27 + "color": {
28 + "gradients": true,
29 + "link": true,
30 + "__experimentalDefaultControls": {
31 + "background": true,
32 + "text": true,
33 + "link": true
34 + }
35 + },
36 + "spacing": {
37 + "padding": true
38 + },
39 + "typography": {
40 + "fontSize": true,
41 + "lineHeight": true,
42 + "__experimentalFontFamily": true,
43 + "__experimentalFontWeight": true,
44 + "__experimentalFontStyle": true,
45 + "__experimentalTextTransform": true,
46 + "__experimentalTextDecoration": true,
47 + "__experimentalLetterSpacing": true,
48 + "__experimentalDefaultControls": {
49 + "fontSize": true
50 + }
51 + },
52 + "interactivity": {
53 + "clientNavigation": true
54 + },
55 + "__experimentalBorder": {
56 + "radius": true,
57 + "color": true,
58 + "width": true,
59 + "style": true,
60 + "__experimentalDefaultControls": {
61 + "color": true,
62 + "width": true,
63 + "style": true
64 + }
65 + }
66 + },
67 + "style": "wp-block-term-name"
68 + }
69 +