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

18 lines
270 B
JSON

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