PluginProbe
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables / 2.2.13
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables v2.2.13
2.2.14 2.2.13 2.2.12 2.2.11 2.2.10 2.2.9 2.2.8 2.2.7 2.2.6 2.2.5 2.2.4 2.2.3 trunk 1.0.0 1.0.1 2.0.0 2.0.1 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2
table-builder-block / build / blocks / table-builder / block.json

block.json in TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables 2.2.13, at build/blocks/table-builder/block.json

577 lines 11.3 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": "tablebuilder/table-builder",
5 "version": "1.0.0",
6 "title": "Table Builder",
7 "category": "tablebuilder",
8 "icon": "table",
9 "keywords": [
10 "gkit",
11 "gutenkit",
12 "gutenkit pro",
13 "table builder",
14 "table",
15 "builder",
16 "gutenkit table builder",
17 "advanced table",
18 "table block",
19 "gutenberg table",
20 "gutenberg table block",
21 "gutenberg table builder",
22 "gutenberg advanced table",
23 "gutenberg table block",
24 "gutenberg table builder",
25 "gutenberg advanced table"
26 ],
27 "description": "Table Builder block.",
28 "example": {
29 "attributes": {
30 "preview": true
31 }
32 },
33 "attributes": {
34 "blockID": {
35 "type": "string"
36 },
37 "blockClass": {
38 "type": "string"
39 },
40 "blocksCSS": {
41 "type": "object"
42 },
43 "hasFixedLayout": {
44 "type": "boolean",
45 "default": true
46 },
47 "responsiveBreakpoint": {
48 "type": "number",
49 "default": 768
50 },
51 "caption": {
52 "type": "string"
53 },
54 "captionPosition": {
55 "type": "string",
56 "default": "bottom"
57 },
58 "rowCount": {
59 "type": "number",
60 "default": 2
61 },
62 "columnCount": {
63 "type": "number",
64 "default": 2
65 },
66 "hasBorderCollaps": {
67 "type": "boolean",
68 "default": true
69 },
70 "borderVerticalSpacingDesktop": {
71 "type": "object"
72 },
73 "borderVerticalSpacingTablet": {
74 "type": "object"
75 },
76 "borderVerticalSpacingMobile": {
77 "type": "object"
78 },
79 "borderVerticalSpacingTabletLandscape": {
80 "type": "object"
81 },
82 "borderVerticalSpacingMobileLandscape": {
83 "type": "object"
84 },
85 "borderVerticalSpacingLaptop": {
86 "type": "object"
87 },
88 "borderVerticalSpacingWideScreen": {
89 "type": "object"
90 },
91 "borderHorizontalSpacingDesktop": {
92 "type": "object"
93 },
94 "borderHorizontalSpacingTablet": {
95 "type": "object"
96 },
97 "borderHorizontalSpacingMobile": {
98 "type": "object"
99 },
100 "borderHorizontalSpacingTabletLandscape": {
101 "type": "object"
102 },
103 "borderHorizontalSpacingMobileLandscape": {
104 "type": "object"
105 },
106 "borderHorizontalSpacingLaptop": {
107 "type": "object"
108 },
109 "borderHorizontalSpacingWideScreen": {
110 "type": "object"
111 },
112 "hasHeader": {
113 "type": "boolean",
114 "default": true
115 },
116 "headers": {
117 "type": "array",
118 "default": [
119 {
120 "title": "Header 1"
121 },
122 {
123 "title": "Header 2"
124 }
125 ]
126 },
127 "columnWidths": {
128 "type": "array",
129 "default": []
130 },
131 "rowHeights": {
132 "type": "array",
133 "default": []
134 },
135 "headerHeight": {
136 "type": "number",
137 "default": 0
138 },
139 "resizerEnabled": {
140 "type": "boolean",
141 "default": true
142 },
143 "isEmpty": {
144 "type": "boolean",
145 "default": true
146 },
147 "hasFooter": {
148 "type": "boolean",
149 "default": true
150 },
151 "showRowPerPage": {
152 "type": "boolean",
153 "default": true
154 },
155 "showResult": {
156 "type": "boolean",
157 "default": true
158 },
159 "showPaginationControl": {
160 "type": "boolean",
161 "default": true
162 },
163 "ShowSearchInput": {
164 "type": "boolean",
165 "default": true
166 },
167 "showExportButton": {
168 "type": "boolean",
169 "default": true
170 },
171 "showCaption": {
172 "type": "boolean",
173 "default": true
174 },
175 "footers": {
176 "type": "array",
177 "default": [
178 {
179 "title": "Footer 1"
180 },
181 {
182 "title": "Footer 2"
183 }
184 ]
185 },
186 "paddingDesktop": {
187 "type": "object",
188 "default": {
189 "top": "10px",
190 "right": "10px",
191 "bottom": "10px",
192 "left": "10px"
193 }
194 },
195 "paddingTablet": {
196 "type": "object"
197 },
198 "paddingMobile": {
199 "type": "object"
200 },
201 "paddingTabletLandscape": {
202 "type": "object"
203 },
204 "paddingMobileLandscape": {
205 "type": "object"
206 },
207 "paddingLaptop": {
208 "type": "object"
209 },
210 "paddingWideScreen": {
211 "type": "object"
212 },
213 "background": {
214 "type": "object"
215 },
216 "hoverBackground": {
217 "type": "object"
218 },
219 "hoverColor": {
220 "type": "string"
221 },
222 "border": {
223 "type": "object",
224 "default": {
225 "width": "1px",
226 "style": "solid",
227 "color": "#000"
228 }
229 },
230 "backgroundHover": {
231 "type": "object"
232 },
233 "borderHoverColor": {
234 "type": "string"
235 },
236 "typography": {
237 "type": "object"
238 },
239 "headerTypography": {
240 "type": "object"
241 },
242 "headerColor": {
243 "type": "string"
244 },
245 "headerBackground": {
246 "type": "object"
247 },
248 "headerBorder": {
249 "type": "object"
250 },
251 "headerPaddingDesktop": {
252 "type": "object"
253 },
254 "headerPaddingTablet": {
255 "type": "object"
256 },
257 "headerPaddingMobile": {
258 "type": "object"
259 },
260 "headerPaddingMobileLandscape": {
261 "type": "object"
262 },
263 "headerPaddingTabletLandscape": {
264 "type": "object"
265 },
266 "headerPaddingLaptop": {
267 "type": "object"
268 },
269 "headerPaddingWideScreen": {
270 "type": "object"
271 },
272 "headerBorderRadiusDesktop": {
273 "type": "object"
274 },
275 "headerBorderRadiusTablet": {
276 "type": "object"
277 },
278 "headerBorderRadiusMobile": {
279 "type": "object"
280 },
281 "headerBorderRadiusTabletLandscape": {
282 "type": "object"
283 },
284 "headerBorderRadiusMobileLandscape": {
285 "type": "object"
286 },
287 "headerBorderRadiusLaptop": {
288 "type": "object"
289 },
290 "headerBorderRadiusWideScreen": {
291 "type": "object"
292 },
293 "footerTypography": {
294 "type": "object"
295 },
296 "headerBoxShadow": {
297 "type": "object"
298 },
299 "footerColor": {
300 "type": "string"
301 },
302 "footerBackground": {
303 "type": "object"
304 },
305 "footerBorder": {
306 "type": "object"
307 },
308 "footerPaddingDesktop": {
309 "type": "object"
310 },
311 "footerPaddingTablet": {
312 "type": "object"
313 },
314 "footerPaddingMobile": {
315 "type": "object"
316 },
317 "footerPaddingMobileLandscape": {
318 "type": "object"
319 },
320 "footerPaddingTabletLandscape": {
321 "type": "object"
322 },
323 "footerPaddingLaptop": {
324 "type": "object"
325 },
326 "footerPaddingWideScreen": {
327 "type": "object"
328 },
329 "footerBorderRadiusDesktop": {
330 "type": "object"
331 },
332 "footerBorderRadiusTablet": {
333 "type": "object"
334 },
335 "footerBorderRadiusMobile": {
336 "type": "object"
337 },
338 "footerBorderRadiusTabletLandscape": {
339 "type": "object"
340 },
341 "footerBorderRadiusMobileLandscape": {
342 "type": "object"
343 },
344 "footerBorderRadiusLaptop": {
345 "type": "object"
346 },
347 "footerBorderRadiusWideScreen": {
348 "type": "object"
349 },
350 "alignmentDesktop": {
351 "type": "string",
352 "default": "center"
353 },
354 "alignmentTablet": {
355 "type": "string"
356 },
357 "alignmentMobile": {
358 "type": "string"
359 },
360 "commonVerticalAlignDesktop": {
361 "type": "string",
362 "default": "center"
363 },
364 "commonVerticalAlignTablet": {
365 "type": "string"
366 },
367 "commonVerticalAlignMobile": {
368 "type": "string"
369 },
370 "cellTypography": {
371 "type": "object"
372 },
373 "cellAlignmentDesktop": {
374 "type": "string"
375 },
376 "cellAlignmentTablet": {
377 "type": "string"
378 },
379 "cellAlignmentMobile": {
380 "type": "string"
381 },
382 "cellAlignmentMobileLandscape": {
383 "type": "string"
384 },
385 "cellAlignmentTabletLandscape": {
386 "type": "string"
387 },
388 "cellAlignmentLaptop": {
389 "type": "string"
390 },
391 "cellAlignmentWideScreen": {
392 "type": "string"
393 },
394 "cellBorder": {
395 "type": "object"
396 },
397 "cellBorderRadiusDesktop": {
398 "type": "object"
399 },
400 "cellBorderRadiusTablet": {
401 "type": "object"
402 },
403 "cellBorderRadiusMobile": {
404 "type": "object"
405 },
406 "cellPaddingDesktop": {
407 "type": "object"
408 },
409 "cellPaddingTablet": {
410 "type": "object"
411 },
412 "cellPaddingMobile": {
413 "type": "object"
414 },
415 "headerAlignmentDesktop": {
416 "type": "string"
417 },
418 "headerAlignmentTablet": {
419 "type": "string"
420 },
421 "headerAlignmentMobile": {
422 "type": "string"
423 },
424 "footerAlignmentDesktop": {
425 "type": "string"
426 },
427 "footerAlignmentTablet": {
428 "type": "string"
429 },
430 "footerAlignmentMobile": {
431 "type": "string"
432 },
433 "footerAlignmentMobileLandscape": {
434 "type": "string"
435 },
436 "footerAlignmentTabletLandscape": {
437 "type": "string"
438 },
439 "footerAlignmentLaptop": {
440 "type": "string"
441 },
442 "footerAlignmentWideScreen": {
443 "type": "string"
444 },
445 "captionTypography": {
446 "type": "object"
447 },
448 "captionColor": {
449 "type": "string"
450 },
451 "captionBackground": {
452 "type": "object"
453 },
454 "captionBorder": {
455 "type": "object"
456 },
457 "captionMarginDesktop": {
458 "type": "object"
459 },
460 "captionMarginTablet": {
461 "type": "object"
462 },
463 "captionMarginMobile": {
464 "type": "object"
465 },
466 "captionMarginMobileLandscape": {
467 "type": "object"
468 },
469 "captionMarginTabletLandscape": {
470 "type": "object"
471 },
472 "captionMarginLaptop": {
473 "type": "object"
474 },
475 "captionMarginWideScreen": {
476 "type": "object"
477 },
478 "captionPaddingDesktop": {
479 "type": "object"
480 },
481 "captionPaddingTablet": {
482 "type": "object"
483 },
484 "captionPaddingMobile": {
485 "type": "object"
486 },
487 "captionBorderRadiusDesktop": {
488 "type": "object"
489 },
490 "captionBorderRadiusTablet": {
491 "type": "object"
492 },
493 "captionBorderRadiusMobile": {
494 "type": "object"
495 },
496 "captionBorderRadiusTabletLandscape": {
497 "type": "object"
498 },
499 "captionBorderRadiusMobileLandscape": {
500 "type": "object"
501 },
502 "captionBorderRadiusLaptop": {
503 "type": "object"
504 },
505 "captionBorderRadiusWideScreen": {
506 "type": "object"
507 },
508 "color": {
509 "type": "string"
510 },
511 "cellColor": {
512 "type": "string"
513 },
514 "cellBackground": {
515 "type": "object"
516 },
517 "tableBuilderBoxShadow": {
518 "type": "object"
519 },
520 "columnItems": {
521 "type": "array"
522 },
523 "variationType": {
524 "type": "string"
525 },
526 "enableSorting": {
527 "type": "boolean",
528 "default": true
529 },
530 "mergeTableCell": {
531 "type": "object"
532 },
533 "evenCellColor": {
534 "type": "string"
535 },
536 "evenCellBgColor": {
537 "type": "object"
538 },
539 "oddCellColor": {
540 "type": "string"
541 },
542 "oddCellBgColor": {
543 "type": "object"
544 },
545 "shortId": {
546 "type": "string"
547 }
548 },
549 "providesContext": {
550 "tablebuilder/table-rowCount": "rowCount",
551 "tablebuilder/table-columnCount": "columnCount",
552 "tablebuilder/table-headers": "headers",
553 "tablebuilder/table-footers": "footers",
554 "tablebuilder/table-builder-hasHeader": "hasHeader",
555 "tablebuilder/table-builder-hasFooter": "hasFooter"
556 },
557 "supports": {
558 "html": false,
559 "align": [
560 "wide",
561 "full"
562 ]
563 },
564 "textdomain": "table-builder-block",
565 "editorScript": [
566 "file:./index.js"
567 ],
568 "editorStyle": [
569 "file:./index.css"
570 ],
571 "style": [
572 "file:./style-index.css"
573 ],
574 "viewScript": [
575 "file:./frontend.js"
576 ]
577 }