PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.0.5
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.0.5
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | src/blocks/latest-posts-grid/block.json +1 -46 1.2.11.0.5 View file →
@@ -46,54 +46,13 @@
46 46 "type": "number",
47 47 "default": 20
48 48 },
49 49
50 -
51 - "titleFontFamily": {
52 - "type": "string",
53 - "default": "Default"
54 - },
55 - "titleFontWeight": {
56 - "type": "string",
57 - "default": 400
58 - },
59 - "titleFontSubset": {
60 - "type": "string"
61 - },
62 -
63 - "titleFontSizeType" :{
64 - "type": "string",
65 - "default": "px"
66 - },
67 - "titleFontSizeMobile" :{
68 - "type": "number",
69 - "default": 14
70 - },
71 - "titleFontSizeTablet" :{
72 - "type": "number",
73 - "default": 18
74 - },
75 - "titleLoadGoogleFonts":{
76 - "type": "boolean",
77 - "default": false
78 -
79 - },
80 -
81 50 "linkColor": {
82 51 "type": "string",
83 52 "default": "#8b249c"
84 53 },
85 54
86 - "borderColor": {
87 - "type": "string",
88 - "default": "#f4f4f4"
89 - },
90 -
91 - "backgroundColor": {
92 - "type": "string",
93 - "default": "#ffffff"
94 - },
95 -
96 55 "generalColor": {
97 56 "type": "string",
98 57 "default": "#404040"
99 58 },
@@ -189,9 +148,9 @@
189 148 "default": "content-order-1"
190 149 },
191 150 "equalImageHeight": {
192 151 "type": "boolean",
193 - "default": false
152 + "default": true
194 153 },
195 154 "enableBoxShadow": {
196 155 "type": "boolean",
197 156 "default": false
@@ -214,11 +173,7 @@
214 173 },
215 174 "shadowColor": {
216 175 "type": "string",
217 176 "default": "#000"
218 - },
219 - "uniqueClass": {
220 - "type": "string",
221 - "default": ""
222 177 }
223 178 }
224 179 }