author | ymh <ymh.work@gmail.com> |
Wed, 21 Sep 2022 18:19:35 +0200 | |
changeset 18 | be944660c56a |
parent 16 | a86126ab1dd4 |
child 19 | 3d72ae0968f4 |
permissions | -rw-r--r-- |
16 | 1 |
{ |
18 | 2 |
"apiVersion": 2, |
16 | 3 |
"name": "core/code", |
18 | 4 |
"title": "Code", |
16 | 5 |
"category": "text", |
18 | 6 |
"description": "Display code snippets that respect your spacing and tabs.", |
7 |
"textdomain": "default", |
|
16 | 8 |
"attributes": { |
9 |
"content": { |
|
10 |
"type": "string", |
|
18 | 11 |
"source": "html", |
16 | 12 |
"selector": "code" |
13 |
} |
|
14 |
}, |
|
15 |
"supports": { |
|
16 |
"anchor": true, |
|
18 | 17 |
"typography": { |
18 |
"fontSize": true |
|
19 |
} |
|
20 |
}, |
|
21 |
"style": "wp-block-code" |
|
16 | 22 |
} |