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