mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 13:38:37 +00:00
20 lines
298 B
JSON
20 lines
298 B
JSON
|
{
|
||
|
"name": "core/verse",
|
||
|
"category": "text",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "string",
|
||
|
"source": "html",
|
||
|
"selector": "pre",
|
||
|
"default": "",
|
||
|
"__unstablePreserveWhiteSpace": true
|
||
|
},
|
||
|
"textAlign": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"lightBlockWrapper": true
|
||
|
}
|
||
|
}
|