16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/quote", |
18
|
4 |
"title": "Quote", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", |
|
7 |
"keywords": [ "blockquote", "cite" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"value": { |
|
11 |
"type": "string", |
|
12 |
"source": "html", |
|
13 |
"selector": "blockquote", |
|
14 |
"multiline": "p", |
18
|
15 |
"default": "", |
|
16 |
"__experimentalRole": "content" |
16
|
17 |
}, |
|
18 |
"citation": { |
|
19 |
"type": "string", |
|
20 |
"source": "html", |
|
21 |
"selector": "cite", |
18
|
22 |
"default": "", |
|
23 |
"__experimentalRole": "content" |
16
|
24 |
}, |
|
25 |
"align": { |
|
26 |
"type": "string" |
|
27 |
} |
|
28 |
}, |
|
29 |
"supports": { |
|
30 |
"anchor": true |
18
|
31 |
}, |
|
32 |
"styles": [ |
|
33 |
{ |
|
34 |
"name": "default", |
|
35 |
"label": "Default", |
|
36 |
"isDefault": true |
|
37 |
}, |
|
38 |
{ "name": "large", "label": "Large" } |
|
39 |
], |
|
40 |
"editorStyle": "wp-block-quote-editor", |
|
41 |
"style": "wp-block-quote" |
16
|
42 |
} |