16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/verse", |
18
|
4 |
"title": "Verse", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Insert poetry. Use special spacing formats. Or quote song lyrics.", |
|
7 |
"keywords": [ "poetry", "poem" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"content": { |
|
11 |
"type": "string", |
|
12 |
"source": "html", |
|
13 |
"selector": "pre", |
|
14 |
"default": "", |
18
|
15 |
"__unstablePreserveWhiteSpace": true, |
|
16 |
"__experimentalRole": "content" |
16
|
17 |
}, |
|
18 |
"textAlign": { |
|
19 |
"type": "string" |
|
20 |
} |
|
21 |
}, |
|
22 |
"supports": { |
|
23 |
"anchor": true, |
18
|
24 |
"color": { |
|
25 |
"gradients": true, |
|
26 |
"link": true |
|
27 |
}, |
|
28 |
"typography": { |
|
29 |
"fontSize": true, |
|
30 |
"__experimentalFontFamily": true |
|
31 |
}, |
|
32 |
"spacing": { |
|
33 |
"padding": true |
|
34 |
} |
|
35 |
}, |
|
36 |
"style": "wp-block-verse", |
|
37 |
"editorStyle": "wp-block-verse-editor" |
16
|
38 |
} |