16
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
16
|
4 |
"name": "core/pullquote", |
18
|
5 |
"title": "Pullquote", |
16
|
6 |
"category": "text", |
18
|
7 |
"description": "Give special visual emphasis to a quote from your text.", |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"value": { |
|
11 |
"type": "string", |
|
12 |
"source": "html", |
|
13 |
"selector": "blockquote", |
18
|
14 |
"multiline": "p", |
|
15 |
"__experimentalRole": "content" |
16
|
16 |
}, |
|
17 |
"citation": { |
|
18 |
"type": "string", |
|
19 |
"source": "html", |
|
20 |
"selector": "cite", |
18
|
21 |
"default": "", |
|
22 |
"__experimentalRole": "content" |
16
|
23 |
}, |
19
|
24 |
"textAlign": { |
16
|
25 |
"type": "string" |
|
26 |
} |
|
27 |
}, |
|
28 |
"supports": { |
|
29 |
"anchor": true, |
19
|
30 |
"align": [ "left", "right", "wide", "full" ], |
|
31 |
"color": { |
|
32 |
"gradients": true, |
|
33 |
"background": true, |
|
34 |
"link": true, |
|
35 |
"__experimentalDefaultControls": { |
|
36 |
"background": true, |
|
37 |
"text": true |
|
38 |
} |
|
39 |
}, |
|
40 |
"typography": { |
|
41 |
"fontSize": true, |
|
42 |
"lineHeight": true, |
|
43 |
"__experimentalFontStyle": true, |
|
44 |
"__experimentalFontWeight": true, |
|
45 |
"__experimentalLetterSpacing": true, |
|
46 |
"__experimentalTextTransform": true, |
|
47 |
"__experimentalDefaultControls": { |
|
48 |
"fontSize": true, |
|
49 |
"fontAppearance": true |
|
50 |
} |
|
51 |
}, |
|
52 |
"__experimentalBorder": { |
|
53 |
"color": true, |
|
54 |
"radius": true, |
|
55 |
"style": true, |
|
56 |
"width": true, |
|
57 |
"__experimentalDefaultControls": { |
|
58 |
"color": true, |
|
59 |
"radius": true, |
|
60 |
"style": true, |
|
61 |
"width": true |
|
62 |
} |
|
63 |
} |
18
|
64 |
}, |
|
65 |
"editorStyle": "wp-block-pullquote-editor", |
|
66 |
"style": "wp-block-pullquote" |
16
|
67 |
} |