1
{
2
"name": "core/preformatted",
3
"category": "text",
4
"attributes": {
5
"content": {
6
"type": "string",
7
"source": "html",
8
"selector": "pre",
9
"default": "",
10
"__unstablePreserveWhiteSpace": true
11
}
12
},
13
"supports": {
14
"anchor": true,
15
"lightBlockWrapper": true
16
17