author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 13:49:49 +0100 | |
changeset 16 | a86126ab1dd4 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
{ |
2 |
"name": "core/verse", |
|
3 |
"category": "text", |
|
4 |
"attributes": { |
|
5 |
"content": { |
|
6 |
"type": "string", |
|
7 |
"source": "html", |
|
8 |
"selector": "pre", |
|
9 |
"default": "", |
|
10 |
"__unstablePreserveWhiteSpace": true |
|
11 |
}, |
|
12 |
"textAlign": { |
|
13 |
"type": "string" |
|
14 |
} |
|
15 |
}, |
|
16 |
"supports": { |
|
17 |
"anchor": true, |
|
18 |
"lightBlockWrapper": true |
|
19 |
} |
|
20 |
} |