WordPress/wp-includes/blocks/verse/block.json
2020-07-07 14:43:35 +00:00

21 lines
316 B
JSON

{
"name": "core/verse",
"category": "text",
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "pre",
"default": "",
"__unstablePreserveWhiteSpace": true
},
"textAlign": {
"type": "string"
}
},
"supports": {
"anchor": true,
"lightBlockWrapper": true
}
}