WordPress/wp-includes/blocks/preformatted/block.json

20 lines
325 B
JSON

{
"apiVersion": 2,
"name": "core/preformatted",
"category": "text",
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "pre",
"default": "",
"__unstablePreserveWhiteSpace": true
}
},
"supports": {
"anchor": true,
"fontSize": true
},
"style": "wp-block-preformatted"
}