21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/code",
|
|
"title": "Code",
|
|
"category": "text",
|
|
"description": "Display code snippets that respect your spacing and tabs.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "code"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"fontSize": true
|
|
},
|
|
"style": "wp-block-code"
|
|
}
|