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

24 lines
400 B
JSON
Raw Normal View History

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