PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / stacked-cards / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/stacked-cards/block.json

330 lines 7.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "b-blocks/stacked-cards",
5 "title": "Stacked Cards",
6 "category": "bBlocks",
7 "description": "Create interactive stacked card layouts that stay sticky while scrolling. The Stacked Cards block helps you present content in a layered, engaging format that enhances the user experience as visitors navigate your page.",
8 "keywords": [
9 "stacked",
10 "cards",
11 "stack",
12 "cards"
13 ],
14 "textdomain": "b-blocks",
15 "attributes": {
16 "align": {
17 "type": "string",
18 "default": ""
19 },
20 "options": {
21 "type": "object",
22 "default": {
23 "effect": "default",
24 "responsive": {
25 "desktop": false,
26 "tablet": true,
27 "mobile": true
28 }
29 }
30 },
31 "styles": {
32 "type": "object",
33 "default": {
34 "stickyTop": 30,
35 "cardGaps": 30,
36 "desktop": {
37 "height": ""
38 },
39 "tablet": {
40 "height": ""
41 },
42 "mobile": {
43 "height": ""
44 }
45 }
46 },
47 "advanced": {
48 "type": "object",
49 "default": {
50 "dimension": {
51 "padding": {
52 "desktop": {
53 "top": "",
54 "right": "",
55 "bottom": "",
56 "left": ""
57 },
58 "tablet": {
59 "top": "",
60 "right": "",
61 "bottom": "",
62 "left": ""
63 },
64 "mobile": {
65 "top": "",
66 "right": "",
67 "bottom": "",
68 "left": ""
69 }
70 },
71 "margin": {
72 "desktop": {
73 "bottom": "",
74 "top": "",
75 "right": "",
76 "left": ""
77 }
78 }
79 },
80 "transform": {
81 "normal": {
82 "rotate": {
83 "desktop": {
84 "x": "",
85 "y": "",
86 "z": ""
87 },
88 "tablet": {
89 "x": "",
90 "y": "",
91 "z": ""
92 },
93 "mobile": {
94 "x": "",
95 "y": "",
96 "z": ""
97 },
98 "threeDRotate": false
99 },
100 "offset": {
101 "desktop": {
102 "x": "",
103 "y": ""
104 },
105 "tablet": {
106 "x": "",
107 "y": ""
108 },
109 "mobile": {
110 "x": "",
111 "y": ""
112 }
113 },
114 "scale": {
115 "isProportion": true,
116 "desktop": {
117 "x": "",
118 "y": "",
119 "scale": ""
120 },
121 "tablet": {
122 "x": "",
123 "y": "",
124 "scale": ""
125 },
126 "mobile": {
127 "x": "",
128 "y": "",
129 "scale": ""
130 }
131 },
132 "skew": {
133 "desktop": {
134 "x": "",
135 "y": ""
136 },
137 "tablet": {
138 "x": "",
139 "y": ""
140 },
141 "mobile": {
142 "x": "",
143 "y": ""
144 }
145 },
146 "flipX": false,
147 "flipY": false
148 },
149 "hover": {
150 "rotate": {
151 "desktop": {
152 "z": "",
153 "y": "",
154 "x": ""
155 },
156 "tablet": {
157 "z": "",
158 "y": "",
159 "x": ""
160 },
161 "mobile": {
162 "z": "",
163 "y": "",
164 "x": ""
165 },
166 "threeDRotate": false
167 },
168 "offset": {
169 "desktop": {
170 "x": "",
171 "y": ""
172 },
173 "tablet": {
174 "x": "",
175 "y": ""
176 },
177 "mobile": {
178 "x": "",
179 "y": ""
180 }
181 },
182 "scale": {
183 "isProportion": true,
184 "desktop": {
185 "x": "",
186 "y": "",
187 "scale": ""
188 },
189 "tablet": {
190 "x": "",
191 "y": "",
192 "scale": ""
193 },
194 "mobile": {
195 "x": "",
196 "y": "",
197 "scale": ""
198 }
199 },
200 "skew": {
201 "desktop": {
202 "x": "",
203 "y": ""
204 },
205 "tablet": {
206 "x": "",
207 "y": ""
208 },
209 "mobile": {
210 "x": "",
211 "y": ""
212 }
213 },
214 "flipX": false,
215 "flipY": false
216 },
217 "transition": 200
218 },
219 "borderShadow": {
220 "normal": {
221 "radius": {
222 "top": "",
223 "right": "",
224 "bottom": "",
225 "left": ""
226 },
227 "shadow": [
228 {
229 "hOffset": "",
230 "vOffset": "",
231 "blur": "",
232 "spreed": "",
233 "color": "#7090b0",
234 "isInset": false
235 }
236 ],
237 "border": {
238 "width": "",
239 "style": "none"
240 }
241 }
242 },
243 "background": {
244 "normal": {
245 "type": "color",
246 "color": "",
247 "gradient": {
248 "type": "radial",
249 "radialType": "ellipse",
250 "colors": [
251 {
252 "color": "",
253 "position": "0"
254 },
255 {
256 "color": "",
257 "position": "80"
258 }
259 ],
260 "centerPositions": {
261 "x": 50,
262 "y": 50
263 },
264 "angel": 90
265 },
266 "img": {
267 "desktop": {
268 "position": "center center",
269 "xPosition": 0,
270 "yPosition": 0,
271 "attachment": "",
272 "repeat": "no-repeat",
273 "size": "",
274 "customSize": "0px"
275 },
276 "tablet": {
277 "position": "center center",
278 "xPosition": 0,
279 "yPosition": 0,
280 "attachment": "",
281 "repeat": "no-repeat",
282 "size": "",
283 "customSize": "0px"
284 },
285 "mobile": {
286 "position": "center center",
287 "xPosition": 0,
288 "yPosition": 0,
289 "attachment": "",
290 "repeat": "no-repeat",
291 "size": "",
292 "customSize": "0px"
293 }
294 },
295 "video": {
296 "url": "",
297 "loop": false
298 },
299 "transition": 0.3
300 }
301 },
302 "visibility": {
303 "zIndex": {
304 "desktop": ""
305 },
306 "overflow": ""
307 },
308 "responsive": {
309 "desktop": false,
310 "tablet": false,
311 "mobile": false
312 }
313 }
314 }
315 },
316 "supports": {
317 "align": [
318 "wide",
319 "full"
320 ],
321 "html": false
322 },
323 "example": {
324 "attributes": {}
325 },
326 "editorScript": "file:../index.js",
327 "style": "file:./view.css",
328 "render": "file:./render.php",
329 "viewScript": "file:./view.js"
330 }