mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
17 lines
263 B
JSON
17 lines
263 B
JSON
|
{
|
||
|
"name": "core/preformatted",
|
||
|
"category": "text",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html",
|
||
|
"selector": "pre",
|
||
|
"default": "",
|
||
|
"__unstablePreserveWhiteSpace": true
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"lightBlockWrapper": true
|
||
|
}
|
||
|
}
|