16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/preformatted", |
18
|
4 |
"title": "Preformatted", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Add text that respects your spacing and tabs, and also allows styling.", |
|
7 |
"textdomain": "default", |
16
|
8 |
"attributes": { |
|
9 |
"content": { |
|
10 |
"type": "string", |
|
11 |
"source": "html", |
|
12 |
"selector": "pre", |
|
13 |
"default": "", |
18
|
14 |
"__unstablePreserveWhiteSpace": true, |
|
15 |
"__experimentalRole": "content" |
16
|
16 |
} |
|
17 |
}, |
|
18 |
"supports": { |
|
19 |
"anchor": true, |
18
|
20 |
"color": { |
|
21 |
"gradients": true |
|
22 |
}, |
|
23 |
"typography": { |
|
24 |
"fontSize": true |
|
25 |
} |
|
26 |
}, |
|
27 |
"style": "wp-block-preformatted" |
16
|
28 |
} |