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

21 lines
305 B
JSON
Raw Normal View History

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