PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.11.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.11.0
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / table / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.11.0, at assets/build/blocks/table/block.json

699 lines 23.2 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": "ablocks/table",
5 "version": "0.1.0",
6 "title": "Table",
7 "category": "ablocks",
8 "description": "Create a fully customizable, responsive table. Supports multiple rows and columns",
9 "example": [],
10 "supports": {
11 "html": true,
12 "anchor": true
13 },
14 "textdomain": "ablocks",
15 "editorStyle": [
16 "ablocks-animate-style",
17 "ablocks-common-style",
18 "file:./styles.css"
19 ],
20 "editorScript": [
21 "ablocks-common-script"
22 ],
23 "attributes": {
24 "block_id": {
25 "type": "string"
26 },
27 "blockVersion": {
28 "type": "number",
29 "default": ""
30 },
31 "tableCreated": {
32 "type": "boolean",
33 "default": false
34 },
35 "isHeader": {
36 "type": "boolean",
37 "default": ""
38 },
39 "isFooter": {
40 "type": "boolean",
41 "default": ""
42 },
43 "rowOddColor": {
44 "type": "string",
45 "default": ""
46 },
47 "rowOddColorH": {
48 "type": "string",
49 "default": ""
50 },
51 "rowEvenColor": {
52 "type": "string",
53 "default": ""
54 },
55 "rowEvenColorH": {
56 "type": "string",
57 "default": ""
58 },
59 "bodyBg": {
60 "type": "string"
61 },
62 "bodyBgH": {
63 "type": "string"
64 },
65 "headerColor": {
66 "type": "string",
67 "default": ""
68 },
69 "headerColorH": {
70 "type": "string",
71 "default": ""
72 },
73 "footerColor": {
74 "type": "string",
75 "default": ""
76 },
77 "footerColorH": {
78 "type": "string",
79 "default": ""
80 },
81 "borderCollapse": {
82 "type": "string",
83 "default": "collapse"
84 },
85 "border": {
86 "type": "object",
87 "default": {
88 "borderStyle": "default",
89 "borderStyleH": "default",
90 "borderColor": "",
91 "borderColorH": "",
92 "isLinkedWidth": true,
93 "isLinkedWidthTablet": true,
94 "isLinkedWidthMobile": true,
95 "commonWidth": "",
96 "commonWidthTablet": "",
97 "commonWidthMobile": "",
98 "topWidth": "",
99 "rightWidth": "",
100 "bottomWidth": "",
101 "leftWidth": "",
102 "topWidthTablet": "",
103 "rightWidthTablet": "",
104 "bottomWidthTablet": "",
105 "leftWidthTablet": "",
106 "topWidthMobile": "",
107 "rightWidthMobile": "",
108 "bottomWidthMobile": "",
109 "leftWidthMobile": "",
110 "unitWidth": "px",
111 "unitWidthTablet": "",
112 "unitWidthMobile": "",
113 "isLinkedWidthH": true,
114 "isLinkedWidthHTablet": true,
115 "isLinkedWidthHMobile": true,
116 "commonWidthH": "",
117 "commonWidthHTablet": "",
118 "commonWidthHMobile": "",
119 "topWidthH": "",
120 "rightWidthH": "",
121 "bottomWidthH": "",
122 "leftWidthH": "",
123 "topWidthHTablet": "",
124 "rightWidthHTablet": "",
125 "bottomWidthHTablet": "",
126 "leftWidthHTablet": "",
127 "topWidthHMobile": "",
128 "rightWidthHMobile": "",
129 "bottomWidthHMobile": "",
130 "leftWidthHMobile": "",
131 "unitWidthH": "px",
132 "unitWidthHTablet": "",
133 "unitWidthHMobile": "",
134 "isLinkedRadius": true,
135 "isLinkedRadiusTablet": true,
136 "isLinkedRadiusMobile": true,
137 "commonRadius": "",
138 "commonRadiusTablet": "",
139 "commonRadiusMobile": "",
140 "topRadius": "",
141 "rightRadius": "",
142 "bottomRadius": "",
143 "leftRadius": "",
144 "topRadiusTablet": "",
145 "rightRadiusTablet": "",
146 "bottomRadiusTablet": "",
147 "leftRadiusTablet": "",
148 "topRadiusMobile": "",
149 "rightRadiusMobile": "",
150 "bottomRadiusMobile": "",
151 "leftRadiusMobile": "",
152 "unitRadius": "px",
153 "unitRadiusTablet": "",
154 "unitRadiusMobile": "",
155 "isLinkedRadiusH": true,
156 "isLinkedRadiusHTablet": true,
157 "isLinkedRadiusHMobile": true,
158 "commonRadiusH": "",
159 "commonRadiusHTablet": "",
160 "commonRadiusHMobile": "",
161 "topRadiusH": "",
162 "rightRadiusH": "",
163 "bottomRadiusH": "",
164 "leftRadiusH": "",
165 "topRadiusHTablet": "",
166 "rightRadiusHTablet": "",
167 "bottomRadiusHTablet": "",
168 "leftRadiusHTablet": "",
169 "topRadiusHMobile": "",
170 "rightRadiusHMobile": "",
171 "bottomRadiusHMobile": "",
172 "leftRadiusHMobile": "",
173 "unitRadiusH": "px",
174 "unitRadiusHTablet": "",
175 "unitRadiusHMobile": "",
176 "transitionDuration": ""
177 }
178 },
179 "_margin": {
180 "type": "object",
181 "default": {
182 "isLinked": true,
183 "isLinkedTablet": true,
184 "isLinkedMobile": true,
185 "common": "",
186 "top": "",
187 "right": "",
188 "bottom": "",
189 "left": "",
190 "unit": "px",
191 "commonTablet": "",
192 "topTablet": "",
193 "rightTablet": "",
194 "bottomTablet": "",
195 "leftTablet": "",
196 "unitTablet": "",
197 "commonMobile": "",
198 "topMobile": "",
199 "rightMobile": "",
200 "bottomMobile": "",
201 "leftMobile": "",
202 "unitMobile": ""
203 }
204 },
205 "_padding": {
206 "type": "object",
207 "default": {
208 "isLinked": true,
209 "isLinkedTablet": true,
210 "isLinkedMobile": true,
211 "common": "",
212 "top": "",
213 "right": "",
214 "bottom": "",
215 "left": "",
216 "unit": "px",
217 "commonTablet": "",
218 "topTablet": "",
219 "rightTablet": "",
220 "bottomTablet": "",
221 "leftTablet": "",
222 "unitTablet": "",
223 "commonMobile": "",
224 "topMobile": "",
225 "rightMobile": "",
226 "bottomMobile": "",
227 "leftMobile": "",
228 "unitMobile": ""
229 }
230 },
231 "_width": {
232 "type": "object",
233 "default": {
234 "widthType": "default",
235 "widthTypeTablet": "",
236 "widthTypeMobile": "",
237 "customWidth": "",
238 "customWidthTablet": "",
239 "customWidthMobile": "",
240 "customWidthUnit": "%",
241 "customWidthUnitTablet": "",
242 "customWidthUnitMobile": ""
243 }
244 },
245 "_border": {
246 "type": "object",
247 "default": {
248 "borderStyle": "default",
249 "borderStyleH": "default",
250 "borderColor": "",
251 "borderColorH": "",
252 "isLinkedWidth": true,
253 "isLinkedWidthTablet": true,
254 "isLinkedWidthMobile": true,
255 "commonWidth": "",
256 "commonWidthTablet": "",
257 "commonWidthMobile": "",
258 "topWidth": "",
259 "rightWidth": "",
260 "bottomWidth": "",
261 "leftWidth": "",
262 "topWidthTablet": "",
263 "rightWidthTablet": "",
264 "bottomWidthTablet": "",
265 "leftWidthTablet": "",
266 "topWidthMobile": "",
267 "rightWidthMobile": "",
268 "bottomWidthMobile": "",
269 "leftWidthMobile": "",
270 "unitWidth": "px",
271 "unitWidthTablet": "",
272 "unitWidthMobile": "",
273 "isLinkedWidthH": true,
274 "isLinkedWidthHTablet": true,
275 "isLinkedWidthHMobile": true,
276 "commonWidthH": "",
277 "commonWidthHTablet": "",
278 "commonWidthHMobile": "",
279 "topWidthH": "",
280 "rightWidthH": "",
281 "bottomWidthH": "",
282 "leftWidthH": "",
283 "topWidthHTablet": "",
284 "rightWidthHTablet": "",
285 "bottomWidthHTablet": "",
286 "leftWidthHTablet": "",
287 "topWidthHMobile": "",
288 "rightWidthHMobile": "",
289 "bottomWidthHMobile": "",
290 "leftWidthHMobile": "",
291 "unitWidthH": "px",
292 "unitWidthHTablet": "",
293 "unitWidthHMobile": "",
294 "isLinkedRadius": true,
295 "isLinkedRadiusTablet": true,
296 "isLinkedRadiusMobile": true,
297 "commonRadius": "",
298 "commonRadiusTablet": "",
299 "commonRadiusMobile": "",
300 "topRadius": "",
301 "rightRadius": "",
302 "bottomRadius": "",
303 "leftRadius": "",
304 "topRadiusTablet": "",
305 "rightRadiusTablet": "",
306 "bottomRadiusTablet": "",
307 "leftRadiusTablet": "",
308 "topRadiusMobile": "",
309 "rightRadiusMobile": "",
310 "bottomRadiusMobile": "",
311 "leftRadiusMobile": "",
312 "unitRadius": "px",
313 "unitRadiusTablet": "",
314 "unitRadiusMobile": "",
315 "isLinkedRadiusH": true,
316 "isLinkedRadiusHTablet": true,
317 "isLinkedRadiusHMobile": true,
318 "commonRadiusH": "",
319 "commonRadiusHTablet": "",
320 "commonRadiusHMobile": "",
321 "topRadiusH": "",
322 "rightRadiusH": "",
323 "bottomRadiusH": "",
324 "leftRadiusH": "",
325 "topRadiusHTablet": "",
326 "rightRadiusHTablet": "",
327 "bottomRadiusHTablet": "",
328 "leftRadiusHTablet": "",
329 "topRadiusHMobile": "",
330 "rightRadiusHMobile": "",
331 "bottomRadiusHMobile": "",
332 "leftRadiusHMobile": "",
333 "unitRadiusH": "px",
334 "unitRadiusHTablet": "",
335 "unitRadiusHMobile": "",
336 "transitionDuration": ""
337 }
338 },
339 "_position": {
340 "type": "object",
341 "default": {
342 "positionType": "relative",
343 "positionTypeTablet": "",
344 "positionTypeMobile": "",
345 "hOrientation": "",
346 "hOffset": "",
347 "hOffsetTablet": "",
348 "hOffsetMobile": "",
349 "hOffsetUnit": "px",
350 "hOffsetUnitTablet": "px",
351 "hOffsetUnitMobile": "px",
352 "vOrientation": "",
353 "vOffset": "",
354 "vOffsetTablet": "",
355 "vOffsetMobile": "",
356 "vOffsetUnit": "px",
357 "vOffsetUnitTablet": "px",
358 "vOffsetUnitMobile": "px"
359 }
360 },
361 "_background": {
362 "type": "object",
363 "default": {
364 "backgroundType": "none",
365 "backgroundTypeH": "none",
366 "backgroundColor": "",
367 "backgroundColorH": "",
368 "imgId": "",
369 "imgIdTablet": "",
370 "imgIdMobile": "",
371 "imgUrl": "",
372 "imgUrlTablet": "",
373 "imgUrlMobile": "",
374 "imgSize": "",
375 "imgSizeTablet": "",
376 "imgSizeMobile": "",
377 "imgPosition": "",
378 "imgPositionTablet": "",
379 "imgPositionMobile": "",
380 "imgXPositionUnit": "px",
381 "imgXPositionUnitTablet": "",
382 "imgXPositionUnitMobile": "",
383 "imgXPosition": "",
384 "imgXPositionTablet": "",
385 "imgXPositionMobile": "",
386 "imgYPositionUnit": "px",
387 "imgYPositionUnitTablet": "",
388 "imgYPositionUnitMobile": "",
389 "imgYPosition": "",
390 "imgYPositionTablet": "",
391 "imgYPositionMobile": "",
392 "imgAttachment": "",
393 "imgRepeat": "",
394 "imgRepeatTablet": "",
395 "imgRepeatMobile": "",
396 "imgDisplaySize": "",
397 "imgDisplaySizeTablet": "",
398 "imgDisplaySizeMobile": "",
399 "imgDisplaySizeWidth": "",
400 "imgDisplaySizeWidthTablet": "",
401 "imgDisplaySizeWidthMobile": "",
402 "imgDisplaySizeWidthUnit": "px",
403 "imgDisplaySizeWidthUnitTablet": "",
404 "imgDisplaySizeWidthUnitMobile": "",
405 "imgIdH": "",
406 "imgIdTabletH": "",
407 "imgIdMobileH": "",
408 "imgUrlH": "",
409 "imgUrlHTablet": "",
410 "imgUrlHMobile": "",
411 "imgSizeH": "",
412 "imgSizeHTablet": "",
413 "imgSizeHMobile": "",
414 "imgPositionH": "",
415 "imgPositionHTablet": "",
416 "imgPositionHMobile": "",
417 "imgXPositionUnitH": "px",
418 "imgXPositionUnitHTablet": "",
419 "imgXPositionUnitHMobile": "",
420 "imgXPositionH": "",
421 "imgXPositionHTablet": "",
422 "imgXPositionHMobile": "",
423 "imgYPositionUnitH": "px",
424 "imgYPositionUnitHTablet": "",
425 "imgYPositionUnitHMobile": "",
426 "imgYPositionH": "",
427 "imgYPositionHTablet": "",
428 "imgYPositionHMobile": "",
429 "imgAttachmentH": "",
430 "imgRepeatH": "",
431 "imgRepeatHTablet": "",
432 "imgRepeatHMobile": "",
433 "imgDisplaySizeH": "",
434 "imgDisplaySizeHTablet": "",
435 "imgDisplaySizeHMobile": "",
436 "imgDisplaySizeWidthH": "",
437 "imgDisplaySizeWidthHTablet": "",
438 "imgDisplaySizeWidthHMobile": "",
439 "imgDisplaySizeWidthHUnit": "px",
440 "imgDisplaySizeWidthHUnitTablet": "",
441 "imgDisplaySizeWidthHUnitMobile": "",
442 "transitionDuration": "",
443 "videoUrl": "",
444 "youtubeURL": "",
445 "vimeoURL": "",
446 "selfHostedURL": "",
447 "externalLink": false,
448 "videoSource": "none",
449 "videoPlayOnce": "",
450 "videoStartTime": "",
451 "videoEndTime": "",
452 "playOnMobile": "",
453 "videoPrivacyMode": "",
454 "fallbackImageUrl": ""
455 }
456 },
457 "_zIndex": {
458 "type": "object",
459 "default": {
460 "zIndex": "",
461 "zIndexTablet": "",
462 "zIndexMobile": ""
463 }
464 },
465 "_transform": {
466 "type": "object",
467 "default": {
468 "rotate": "",
469 "rotateTablet": "",
470 "rotateMobile": "",
471 "rotate3D": false,
472 "rotate3DTablet": false,
473 "rotate3DMobile": false,
474 "rotateX": "",
475 "rotateXTablet": "",
476 "rotateXMobile": "",
477 "rotateY": "",
478 "rotateYTablet": "",
479 "rotateYMobile": "",
480 "rotateP": "",
481 "rotatePTablet": "",
482 "rotatePMobile": "",
483 "offsetX": "",
484 "offsetXTablet": "",
485 "offsetXMobile": "",
486 "offsetXUnit": "px",
487 "offsetXUnitTablet": "px",
488 "offsetXUnitMobile": "px",
489 "offsetY": "",
490 "offsetYTablet": "",
491 "offsetYMobile": "",
492 "offsetYUnit": "px",
493 "offsetYUnitTablet": "px",
494 "offsetYUnitMobile": "px",
495 "scaleProportions": false,
496 "scale": "",
497 "scaleTablet": "",
498 "scaleMobile": "",
499 "scaleX": "",
500 "scaleXTablet": "",
501 "scaleXMobile": "",
502 "scaleY": "",
503 "scaleYTablet": "",
504 "scaleYMobile": "",
505 "skewX": "",
506 "skewXTablet": "",
507 "skewXMobile": "",
508 "skewY": "",
509 "skewYTablet": "",
510 "skewYMobile": "",
511 "flipHorizontal": false,
512 "flipVertical": false,
513 "xAnchorPoint": "",
514 "xAnchorPointTablet": "",
515 "xAnchorPointMobile": "",
516 "yAnchorPoint": "",
517 "yAnchorPointTablet": "",
518 "yAnchorPointMobile": "",
519 "rotateH": "",
520 "rotateHTablet": "",
521 "rotateHMobile": "",
522 "rotate3DH": false,
523 "rotate3DHTablet": false,
524 "rotate3DHMobile": false,
525 "rotateXH": "",
526 "rotateXHTablet": "",
527 "rotateXHMobile": "",
528 "rotateYH": "",
529 "rotateYHTablet": "",
530 "rotateYHMobile": "",
531 "rotatePH": "",
532 "rotatePHTablet": "",
533 "rotatePHMobile": "",
534 "offsetXH": "",
535 "offsetXHTablet": "",
536 "offsetXHMobile": "",
537 "offsetXHUnit": "px",
538 "offsetXHUnitTablet": "px",
539 "offsetXHUnitMobile": "px",
540 "offsetYH": "",
541 "offsetYHTablet": "",
542 "offsetYHMobile": "",
543 "offsetYHUnit": "px",
544 "offsetYHUnitTablet": "px",
545 "offsetYHUnitMobile": "px",
546 "scaleProportionsH": false,
547 "scaleH": "",
548 "scaleHTablet": "",
549 "scaleHMobile": "",
550 "scaleXH": "",
551 "scaleXHTablet": "",
552 "scaleXHMobile": "",
553 "scaleYH": "",
554 "scaleYHTablet": "",
555 "scaleYHMobile": "",
556 "skewXH": "",
557 "skewXHTablet": "",
558 "skewXHMobile": "",
559 "skewYH": "",
560 "skewYHTablet": "",
561 "skewYHMobile": "",
562 "flipHorizontalH": false,
563 "flipVerticalH": false,
564 "xAnchorPointH": "",
565 "xAnchorPointHTablet": "",
566 "xAnchorPointHMobile": "",
567 "yAnchorPointH": "",
568 "yAnchorPointHTablet": "",
569 "yAnchorPointHMobile": "",
570 "transitionH": ""
571 }
572 },
573 "_mask": {
574 "type": "object",
575 "default": {
576 "mask": false,
577 "maskTablet": false,
578 "maskMobile": false,
579 "maskShape": "circle",
580 "customMaskShape": "",
581 "maskSize": "",
582 "maskSizeTablet": "",
583 "maskSizeMobile": "",
584 "maskPosition": "",
585 "maskPositionTablet": "",
586 "maskPositionMobile": "",
587 "maskRepeat": "",
588 "maskRepeatTablet": "",
589 "maskRepeatMobile": "",
590 "scaleUnit": "px",
591 "scaleUnitTablet": "px",
592 "scaleUnitMobile": "px",
593 "scale": "0",
594 "scaleTablet": "0",
595 "scaleMobile": "0",
596 "xPositionUnit": "px",
597 "xPositionUnitTablet": "px",
598 "xPositionUnitMobile": "px",
599 "xPosition": "",
600 "xPositionTablet": "0",
601 "xPositionMobile": "0",
602 "yPositionUnit": "px",
603 "yPositionUnitTablet": "px",
604 "yPositionUnitMobile": "px",
605 "yPosition": "0",
606 "yPositionTablet": "0",
607 "yPositionMobile": "0"
608 }
609 },
610 "_animation": {
611 "type": "object",
612 "default": {
613 "animationType": "",
614 "animationTypeTablet": "",
615 "animationTypeMobile": "",
616 "animationDuration": "",
617 "animationDelay": ""
618 }
619 },
620 "_boxShadow": {
621 "type": "object",
622 "default": {
623 "preset": "",
624 "shadowType": "default",
625 "shadow": "",
626 "horizontal": "",
627 "vertical": "",
628 "blur": "",
629 "spread": "",
630 "color": "",
631 "presetH": "",
632 "shadowTypeH": "default",
633 "shadowH": "",
634 "horizontalH": "",
635 "verticalH": "",
636 "blurH": "",
637 "spreadH": "",
638 "colorH": "",
639 "transitionDuration": "0"
640 }
641 },
642 "_gsapAnimation": {
643 "type": "object",
644 "default": {
645 "animationType": "none",
646 "duration": 1,
647 "delay": 0,
648 "triggerType": "scroll",
649 "ease": "none",
650 "x": 0,
651 "y": 0,
652 "rotation": 0,
653 "rotationY": 0,
654 "opacity": 1,
655 "xTo": 0,
656 "yTo": 0,
657 "rotationTo": 0,
658 "rotationYTo": 0,
659 "opacityTo": 1,
660 "easeTo": "none",
661 "loops": false,
662 "numberOfRepeat": 0,
663 "isSmooth": true,
664 "startPoint": 80,
665 "endPoint": 10
666 }
667 },
668 "_hide_on_desktop": {
669 "type": "boolean",
670 "default": false
671 },
672 "_hide_on_tablet": {
673 "type": "boolean",
674 "default": false
675 },
676 "_hide_on_mobile": {
677 "type": "boolean",
678 "default": false
679 },
680 "_custom_css": {
681 "type": "string",
682 "default": ""
683 },
684 "_animation_element_trigger": {
685 "type": "array",
686 "default": [],
687 "items": {
688 "type": "object"
689 }
690 },
691 "_animation_page_trigger": {
692 "type": "array",
693 "default": [],
694 "items": {
695 "type": "object"
696 }
697 }
698 }
699 }