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 / content-ticker / block.json

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

478 lines 10.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/content-ticker",
5 "version": "1.0.0",
6 "title": "Content Ticker",
7 "category": "bBlocks",
8 "description": "Content Ticker will let you showcase your trending news.",
9 "keywords": [
10 "content",
11 "ticker",
12 "content-ticker"
13 ],
14 "textdomain": "b-blocks",
15 "attributes": {
16 "align": {
17 "type": "string",
18 "default": ""
19 },
20 "badge": {
21 "type": "object",
22 "default": {
23 "text": "Trending Now",
24 "desktop": {
25 "width": "130px",
26 "height": "",
27 "padding": {
28 "top": "",
29 "right": "",
30 "bottom": "",
31 "left": ""
32 },
33 "margin": {
34 "top": "",
35 "right": "",
36 "bottom": "",
37 "left": ""
38 },
39 "bRadius": {}
40 },
41 "tablet": {
42 "width": "",
43 "height": "",
44 "padding": {
45 "top": "",
46 "right": "",
47 "bottom": "",
48 "left": ""
49 },
50 "margin": {
51 "top": "",
52 "right": "",
53 "bottom": "",
54 "left": ""
55 },
56 "bRadius": {}
57 },
58 "mobile": {
59 "width": "",
60 "height": "",
61 "padding": {
62 "top": "",
63 "right": "",
64 "bottom": "",
65 "left": ""
66 },
67 "margin": {
68 "top": "",
69 "right": "",
70 "bottom": "",
71 "left": ""
72 },
73 "bRadius": {}
74 },
75 "color": {
76 "bg": {
77 "color": "#595959"
78 },
79 "text": ""
80 },
81 "typography": {
82 "fontSize": {
83 "desktop": "16px"
84 },
85 "fontWeight": 400
86 },
87 "border": {}
88 }
89 },
90 "content": {
91 "type": "array",
92 "default": [
93 {
94 "text": "Ticker custom content",
95 "link": "#",
96 "toggle": false
97 }
98 ]
99 },
100 "style": {
101 "type": "object",
102 "default": {
103 "bg": "",
104 "color": {
105 "normal": "#222222",
106 "hover": "#2D82C9"
107 },
108 "typography": {
109 "fontSize": {
110 "desktop": "16px"
111 },
112 "fontWeight": 400
113 },
114 "padding": {
115 "desktop": {
116 "top": "0px",
117 "right": "0px",
118 "bottom": "0px",
119 "left": "0px"
120 },
121 "mobile": {
122 "top": "0px",
123 "right": "0px",
124 "bottom": "0px",
125 "left": "0px"
126 },
127 "tablet": {
128 "top": "0px",
129 "right": "0px",
130 "bottom": "0px",
131 "left": "0px"
132 }
133 },
134 "bRadius": {
135 "top": "0px",
136 "right": "0px",
137 "bottom": "0px",
138 "left": "0px"
139 }
140 }
141 },
142 "options": {
143 "type": "object",
144 "default": {
145 "effect": "slide",
146 "sliderSpeed": 2000,
147 "isAutoplay": true,
148 "autoPlaySpeed": 2000,
149 "isPauseOnHover": true,
150 "isLoop": true,
151 "isGrabCursor": true,
152 "isArrows": true,
153 "direction": "right",
154 "easing": ""
155 }
156 },
157 "arrows": {
158 "type": "object",
159 "default": {
160 "left": {
161 "url": ""
162 },
163 "right": {
164 "url": ""
165 },
166 "icon": "style1",
167 "desktop": {
168 "size": 22,
169 "alignLeft": 25,
170 "alignRight": 5,
171 "padding": {
172 "top": "",
173 "right": "",
174 "bottom": "",
175 "left": ""
176 }
177 },
178 "tablet": {
179 "size": 22,
180 "alignLeft": 25,
181 "alignRight": 5,
182 "padding": {
183 "top": "",
184 "right": "",
185 "bottom": "",
186 "left": ""
187 }
188 },
189 "mobile": {
190 "size": 22,
191 "alignLeft": 25,
192 "alignRight": 5,
193 "padding": {
194 "top": "",
195 "right": "",
196 "bottom": "",
197 "left": ""
198 }
199 },
200 "normal": {
201 "bg": "",
202 "color": "",
203 "border": {},
204 "borderRadius": {}
205 },
206 "hover": {
207 "bg": "",
208 "color": "",
209 "border": {},
210 "borderRadius": {}
211 }
212 }
213 },
214 "advanced": {
215 "type": "object",
216 "default": {
217 "dimension": {
218 "padding": {
219 "desktop": {
220 "top": "0px",
221 "right": "0px",
222 "bottom": "0px",
223 "left": "0px"
224 },
225 "tablet": {
226 "top": "0px",
227 "right": "0px",
228 "bottom": "0px",
229 "left": "0px"
230 },
231 "mobile": {
232 "top": "0px",
233 "right": "0px",
234 "bottom": "0px",
235 "left": "0px"
236 }
237 }
238 },
239 "borderShadow": {
240 "normal": {
241 "radius": {
242 "top": "0px",
243 "right": "0px",
244 "bottom": "0px",
245 "left": "0px"
246 },
247 "shadow": [
248 {
249 "hOffset": "0px",
250 "vOffset": "0px",
251 "blur": "0px",
252 "spreed": "0px",
253 "color": "#7090b000",
254 "isInset": false
255 }
256 ]
257 }
258 },
259 "background": {
260 "normal": {
261 "type": "color",
262 "color": "rgba(255, 255, 255, 1)",
263 "gradient": {
264 "type": "radial",
265 "radialType": "ellipse",
266 "colors": [
267 {
268 "color": "rgba(58, 66, 222, 1)",
269 "position": "0"
270 },
271 {
272 "color": "rgba(176, 195, 235, 1)",
273 "position": "80"
274 }
275 ],
276 "centerPositions": {
277 "x": 50,
278 "y": 50
279 },
280 "angel": 90
281 },
282 "img": {
283 "url": "",
284 "desktop": {
285 "position": "center-center",
286 "xPosition": 0,
287 "yPosition": 0,
288 "attachment": "",
289 "repeat": "no-repeat",
290 "size": "",
291 "customSize": "0px"
292 },
293 "tablet": {
294 "position": "center-center",
295 "xPosition": 0,
296 "yPosition": 0,
297 "attachment": "",
298 "repeat": "no-repeat",
299 "size": "",
300 "customSize": "0px"
301 },
302 "mobile": {
303 "position": "center-center",
304 "xPosition": 0,
305 "yPosition": 0,
306 "attachment": "",
307 "repeat": "no-repeat",
308 "size": "",
309 "customSize": "0px"
310 }
311 },
312 "transition": 0.3
313 }
314 },
315 "transform": {
316 "normal": {
317 "rotate": {
318 "desktop": {
319 "z": "",
320 "y": "",
321 "x": ""
322 },
323 "tablet": {
324 "z": "",
325 "y": "",
326 "x": ""
327 },
328 "mobile": {
329 "z": "",
330 "y": "",
331 "x": ""
332 },
333 "threeDRotate": false
334 },
335 "offset": {
336 "desktop": {
337 "x": "",
338 "y": ""
339 },
340 "tablet": {
341 "x": "",
342 "y": ""
343 },
344 "mobile": {
345 "x": "",
346 "y": ""
347 }
348 },
349 "scale": {
350 "isProportion": true,
351 "desktop": {
352 "x": "",
353 "y": "",
354 "scale": ""
355 },
356 "tablet": {
357 "x": "",
358 "y": "",
359 "scale": ""
360 },
361 "mobile": {
362 "x": "",
363 "y": "",
364 "scale": ""
365 }
366 },
367 "skew": {
368 "desktop": {
369 "x": "",
370 "y": ""
371 },
372 "tablet": {
373 "x": "",
374 "y": ""
375 },
376 "mobile": {
377 "x": "",
378 "y": ""
379 }
380 },
381 "flipX": false,
382 "flipY": false
383 },
384 "hover": {
385 "rotate": {
386 "desktop": {
387 "z": "",
388 "y": "",
389 "x": ""
390 },
391 "tablet": {
392 "z": "",
393 "y": "",
394 "x": ""
395 },
396 "mobile": {
397 "z": "",
398 "y": "",
399 "x": ""
400 },
401 "threeDRotate": false
402 },
403 "offset": {
404 "desktop": {
405 "x": "",
406 "y": ""
407 },
408 "tablet": {
409 "x": "",
410 "y": ""
411 },
412 "mobile": {
413 "x": "",
414 "y": ""
415 }
416 },
417 "scale": {
418 "isProportion": true,
419 "desktop": {
420 "x": "",
421 "y": "",
422 "scale": ""
423 },
424 "tablet": {
425 "x": "",
426 "y": "",
427 "scale": ""
428 },
429 "mobile": {
430 "x": "",
431 "y": "",
432 "scale": ""
433 }
434 },
435 "skew": {
436 "desktop": {
437 "x": "",
438 "y": ""
439 },
440 "tablet": {
441 "x": "",
442 "y": ""
443 },
444 "mobile": {
445 "x": "",
446 "y": ""
447 }
448 },
449 "flipX": false,
450 "flipY": false
451 },
452 "transition": 200
453 }
454 }
455 }
456 },
457 "supports": {
458 "align": [
459 "wide",
460 "full"
461 ],
462 "html": false
463 },
464 "example": {
465 "attributes": {}
466 },
467 "editorScript": [
468 "file:../index.js",
469 "aos"
470 ],
471 "style": "file:./view.css",
472 "render": "file:./render.php",
473 "viewScript": [
474 "file:./view.js",
475 "react",
476 "react-dom"
477 ]
478 }