1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/quote",
5 "title": "Quote",
6 "category": "text",
7 "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
8 "keywords": [ "blockquote", "cite" ],
9 "textdomain": "default",
10 "attributes": {
11 "value": {
12 "type": "string",
13 "source": "html",
14 "selector": "blockquote",
15 "multiline": "p",
16 "default": "",
17 "role": "content"
18 },
19 "citation": {
20 "type": "rich-text",
21 "source": "rich-text",
22 "selector": "cite",
23 "role": "content"
24 },
25 "textAlign": {
26 "type": "string"
27 }
28 },
29 "supports": {
30 "anchor": true,
31 "align": [ "left", "right", "wide", "full" ],
32 "html": false,
33 "background": {
34 "backgroundImage": true,
35 "backgroundSize": true,
36 "__experimentalDefaultControls": {
37 "backgroundImage": true
38 }
39 },
40 "__experimentalBorder": {
41 "color": true,
42 "radius": true,
43 "style": true,
44 "width": true,
45 "__experimentalDefaultControls": {
46 "color": true,
47 "radius": true,
48 "style": true,
49 "width": true
50 }
51 },
52 "dimensions": {
53 "minHeight": true,
54 "__experimentalDefaultControls": {
55 "minHeight": false
56 }
57 },
58 "__experimentalOnEnter": true,
59 "__experimentalOnMerge": true,
60 "typography": {
61 "fontSize": true,
62 "lineHeight": true,
63 "__experimentalFontFamily": true,
64 "__experimentalFontWeight": true,
65 "__experimentalFontStyle": true,
66 "__experimentalTextTransform": true,
67 "__experimentalTextDecoration": true,
68 "__experimentalLetterSpacing": true,
69 "__experimentalDefaultControls": {
70 "fontSize": true
71 }
72 },
73 "color": {
74 "gradients": true,
75 "heading": true,
76 "link": true,
77 "__experimentalDefaultControls": {
78 "background": true,
79 "text": true
80 }
81 },
82 "layout": {
83 "allowEditing": false
84 },
85 "spacing": {
86 "blockGap": true,
87 "padding": true,
88 "margin": true
89 },
90 "interactivity": {
91 "clientNavigation": true
92 },
93 "allowedBlocks": true
94 },
95 "styles": [
96 {
97 "name": "default",
98 "label": "Default",
99 "isDefault": true
100 },
101 { "name": "plain", "label": "Plain" }
102 ],
103 "editorStyle": "wp-block-quote-editor",
104 "style": "wp-block-quote"
105}
106