PluginProbe
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables / 2.2.8
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables v2.2.8
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-item / block.json

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

141 lines 2.9 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-item",
5 "version": "1.0.0",
6 "title": "Table Data",
7 "category": "tablebuilder",
8 "description": "Table Data Block.",
9 "parent": [
10 "tablebuilder/table-builder-row"
11 ],
12 "attributes": {
13 "blockID": {
14 "type": "string"
15 },
16 "blockClass": {
17 "type": "string"
18 },
19 "blocksCSS": {
20 "type": "object"
21 },
22 "categoryName": {
23 "type": "string",
24 "default": "Gutenkit"
25 },
26 "PaddingDesktop": {
27 "type": "object"
28 },
29 "PaddingTablet": {
30 "type": "object"
31 },
32 "PaddingMobile": {
33 "type": "object"
34 },
35 "PaddingMobileLandscape": {
36 "type": "object"
37 },
38 "PaddingTabletLandscape": {
39 "type": "object"
40 },
41 "PaddingLaptop": {
42 "type": "object"
43 },
44 "PaddingWideScreen": {
45 "type": "object"
46 },
47 "alignmentDesktop": {
48 "type": "string"
49 },
50 "alignmentTablet": {
51 "type": "string"
52 },
53 "alignmentMobile": {
54 "type": "string"
55 },
56 "alignmentMobileLandscape": {
57 "type": "string"
58 },
59 "alignmentTabletLandscape": {
60 "type": "string"
61 },
62 "alignmentLaptop": {
63 "type": "string"
64 },
65 "alignmentWideScreen": {
66 "type": "string"
67 },
68 "verticalAlignDesktop": {
69 "type": "string"
70 },
71 "verticalAlignTablet": {
72 "type": "string"
73 },
74 "verticalAlignMobile": {
75 "type": "string"
76 },
77 "verticalAlignMobileLandscape": {
78 "type": "string"
79 },
80 "verticalAlignTabletLandscape": {
81 "type": "string"
82 },
83 "verticalAlignLaptop": {
84 "type": "string"
85 },
86 "verticalAlignWideScreen": {
87 "type": "string"
88 },
89 "tableBuilderItemWidthDesktop": {
90 "type": "string"
91 },
92 "tableBuilderItemWidthTablet": {
93 "type": "string"
94 },
95 "tableBuilderItemWidthMobile": {
96 "type": "string"
97 },
98 "tableBuilderItemWidthMobileLandscape": {
99 "type": "string"
100 },
101 "tableBuilderItemWidthTabletLandscape": {
102 "type": "string"
103 },
104 "tableBuilderItemWidthLaptop": {
105 "type": "string"
106 },
107 "tableBuilderItemWidthWideScreen": {
108 "type": "string"
109 },
110 "tableBuilderItemBackground": {
111 "type": "object"
112 },
113 "tableBuilderItemHoverBackground": {
114 "type": "object"
115 },
116 "tableBuilderItemBorder": {
117 "type": "object"
118 },
119 "tableBuilderItemHoverBorder": {
120 "type": "object"
121 },
122 "tableBuilderBorderItemHoverTransition": {
123 "type": "object"
124 }
125 },
126 "usesContext": [
127 "tablebuilder/table-headers",
128 "tablebuilder/table-footers",
129 "tablebuilder/table-rowCount",
130 "tablebuilder/table-columnCount"
131 ],
132 "supports": {
133 "html": false,
134 "align": [
135 "wide",
136 "full"
137 ]
138 },
139 "textdomain": "table-builder-block",
140 "editorScript": "file:./index.js"
141 }