16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/pullquote", |
18
|
4 |
"title": "Pullquote", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Give special visual emphasis to a quote from your text.", |
|
7 |
"textdomain": "default", |
16
|
8 |
"attributes": { |
|
9 |
"value": { |
|
10 |
"type": "string", |
|
11 |
"source": "html", |
|
12 |
"selector": "blockquote", |
18
|
13 |
"multiline": "p", |
|
14 |
"__experimentalRole": "content" |
16
|
15 |
}, |
|
16 |
"citation": { |
|
17 |
"type": "string", |
|
18 |
"source": "html", |
|
19 |
"selector": "cite", |
18
|
20 |
"default": "", |
|
21 |
"__experimentalRole": "content" |
16
|
22 |
}, |
|
23 |
"mainColor": { |
|
24 |
"type": "string" |
|
25 |
}, |
|
26 |
"customMainColor": { |
|
27 |
"type": "string" |
|
28 |
}, |
|
29 |
"textColor": { |
|
30 |
"type": "string" |
|
31 |
}, |
|
32 |
"customTextColor": { |
|
33 |
"type": "string" |
|
34 |
} |
|
35 |
}, |
|
36 |
"supports": { |
|
37 |
"anchor": true, |
18
|
38 |
"align": [ "left", "right", "wide", "full" ] |
|
39 |
}, |
|
40 |
"styles": [ |
|
41 |
{ |
|
42 |
"name": "default", |
|
43 |
"label": "Default", |
|
44 |
"isDefault": true |
|
45 |
}, |
|
46 |
{ "name": "solid-color", "label": "Solid color" } |
|
47 |
], |
|
48 |
"editorStyle": "wp-block-pullquote-editor", |
|
49 |
"style": "wp-block-pullquote" |
16
|
50 |
} |