PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/scripts/block-library/pullquote/block.json +8 -5 23.6.2 → 22.7.0 View file →
@@ -17,8 +17,11 @@
17 17 "type": "rich-text",
18 18 "source": "rich-text",
19 19 "selector": "cite",
20 20 "role": "content"
21 + },
22 + "textAlign": {
23 + "type": "string"
21 24 }
22 25 },
23 26 "supports": {
24 27 "anchor": true,
@@ -25,12 +28,10 @@
25 28 "align": [ "left", "right", "wide", "full" ],
26 29 "background": {
27 30 "backgroundImage": true,
28 31 "backgroundSize": true,
29 - "gradient": true,
30 32 "__experimentalDefaultControls": {
31 - "backgroundImage": true,
32 - "gradient": true
33 + "backgroundImage": true
33 34 }
34 35 },
35 36 "color": {
36 37 "gradients": true,
@@ -41,9 +42,12 @@
41 42 "text": true
42 43 }
43 44 },
44 45 "dimensions": {
45 - "minHeight": true
46 + "minHeight": true,
47 + "__experimentalDefaultControls": {
48 + "minHeight": false
49 + }
46 50 },
47 51 "spacing": {
48 52 "margin": true,
49 53 "padding": true
@@ -50,9 +54,8 @@
50 54 },
51 55 "typography": {
52 56 "fontSize": true,
53 57 "lineHeight": true,
54 - "textAlign": true,
55 58 "__experimentalFontFamily": true,
56 59 "__experimentalFontWeight": true,
57 60 "__experimentalFontStyle": true,
58 61 "__experimentalTextTransform": true,