1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/quote", |
4 "name": "core/quote", |
5 "title": "Quote", |
5 "title": "Quote", |
6 "category": "text", |
6 "category": "text", |
7 "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", |
7 "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", |
8 "keywords": [ "blockquote", "cite" ], |
8 "keywords": [ "blockquote", "cite" ], |
15 "multiline": "p", |
15 "multiline": "p", |
16 "default": "", |
16 "default": "", |
17 "__experimentalRole": "content" |
17 "__experimentalRole": "content" |
18 }, |
18 }, |
19 "citation": { |
19 "citation": { |
20 "type": "string", |
20 "type": "rich-text", |
21 "source": "html", |
21 "source": "rich-text", |
22 "selector": "cite", |
22 "selector": "cite", |
23 "default": "", |
|
24 "__experimentalRole": "content" |
23 "__experimentalRole": "content" |
25 }, |
24 }, |
26 "align": { |
25 "textAlign": { |
27 "type": "string" |
26 "type": "string" |
28 } |
27 } |
29 }, |
28 }, |
30 "supports": { |
29 "supports": { |
31 "anchor": true, |
30 "anchor": true, |
32 "__experimentalSlashInserter": true, |
31 "html": false, |
|
32 "__experimentalOnEnter": true, |
|
33 "__experimentalOnMerge": true, |
33 "typography": { |
34 "typography": { |
34 "fontSize": true, |
35 "fontSize": true, |
35 "lineHeight": true, |
36 "lineHeight": true, |
|
37 "__experimentalFontFamily": true, |
|
38 "__experimentalFontWeight": true, |
36 "__experimentalFontStyle": true, |
39 "__experimentalFontStyle": true, |
37 "__experimentalFontWeight": true, |
40 "__experimentalTextTransform": true, |
|
41 "__experimentalTextDecoration": true, |
38 "__experimentalLetterSpacing": true, |
42 "__experimentalLetterSpacing": true, |
39 "__experimentalTextTransform": true, |
|
40 "__experimentalDefaultControls": { |
43 "__experimentalDefaultControls": { |
41 "fontSize": true, |
44 "fontSize": true |
42 "fontAppearance": true |
|
43 } |
45 } |
44 }, |
46 }, |
45 "color": { |
47 "color": { |
46 "gradients": true, |
48 "gradients": true, |
|
49 "heading": true, |
47 "link": true, |
50 "link": true, |
48 "__experimentalDefaultControls": { |
51 "__experimentalDefaultControls": { |
49 "background": true, |
52 "background": true, |
50 "text": true |
53 "text": true |
51 } |
54 } |
|
55 }, |
|
56 "layout": { |
|
57 "allowEditing": false |
|
58 }, |
|
59 "spacing": { |
|
60 "blockGap": true |
|
61 }, |
|
62 "interactivity": { |
|
63 "clientNavigation": true |
52 } |
64 } |
53 }, |
65 }, |
54 "styles": [ |
66 "styles": [ |
55 { |
67 { |
56 "name": "default", |
68 "name": "default", |