equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/code", |
3 "name": "core/code", |
|
4 "title": "Code", |
3 "category": "text", |
5 "category": "text", |
|
6 "description": "Display code snippets that respect your spacing and tabs.", |
|
7 "textdomain": "default", |
4 "attributes": { |
8 "attributes": { |
5 "content": { |
9 "content": { |
6 "type": "string", |
10 "type": "string", |
7 "source": "text", |
11 "source": "html", |
8 "selector": "code" |
12 "selector": "code" |
9 } |
13 } |
10 }, |
14 }, |
11 "supports": { |
15 "supports": { |
12 "anchor": true, |
16 "anchor": true, |
13 "html": false, |
17 "typography": { |
14 "lightBlockWrapper": true |
18 "fontSize": true |
15 } |
19 } |
|
20 }, |
|
21 "style": "wp-block-code" |
16 } |
22 } |