16
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
16
|
4 |
"name": "core/code", |
18
|
5 |
"title": "Code", |
16
|
6 |
"category": "text", |
18
|
7 |
"description": "Display code snippets that respect your spacing and tabs.", |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"content": { |
|
11 |
"type": "string", |
18
|
12 |
"source": "html", |
16
|
13 |
"selector": "code" |
|
14 |
} |
|
15 |
}, |
|
16 |
"supports": { |
|
17 |
"anchor": true, |
18
|
18 |
"typography": { |
19
|
19 |
"fontSize": true, |
|
20 |
"lineHeight": true, |
|
21 |
"__experimentalFontStyle": true, |
|
22 |
"__experimentalFontWeight": true, |
|
23 |
"__experimentalLetterSpacing": true, |
|
24 |
"__experimentalTextTransform": true, |
|
25 |
"__experimentalDefaultControls": { |
|
26 |
"fontSize": true |
|
27 |
} |
|
28 |
}, |
|
29 |
"spacing": { |
|
30 |
"margin": [ "top", "bottom" ], |
|
31 |
"padding": true |
|
32 |
}, |
|
33 |
"__experimentalBorder": { |
|
34 |
"radius": true, |
|
35 |
"color": true, |
|
36 |
"width": true, |
|
37 |
"style": true, |
|
38 |
"__experimentalDefaultControls": { |
|
39 |
"width": true, |
|
40 |
"color": true |
|
41 |
} |
|
42 |
}, |
|
43 |
"color": { |
|
44 |
"text": true, |
|
45 |
"background": true, |
|
46 |
"gradients": true, |
|
47 |
"__experimentalDefaultControls": { |
|
48 |
"background": true, |
|
49 |
"text": true |
|
50 |
} |
18
|
51 |
} |
|
52 |
}, |
|
53 |
"style": "wp-block-code" |
16
|
54 |
} |