mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-20 20:10:19 -04:00
21 lines
316 B
JSON
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
|
|
}
|
|
}
|