changeset 16 | a86126ab1dd4 |
child 18 | be944660c56a |
15:3d4e9c994f10 | 16:a86126ab1dd4 |
---|---|
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 } |