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

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

77 lines 1.7 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-row",
5 "version": "1.0.0",
6 "title": "Table Row",
7 "category": "tablebuilder",
8 "description": "Table Row for Gutenkit Pro.",
9 "parent": [
10 "tablebuilder/table-builder"
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 "tableBuilderRowBackground": {
27 "type": "object"
28 },
29 "tableBuilderRowHoverBackground": {
30 "type": "object"
31 },
32 "tableBuilderRowBorder": {
33 "type": "object"
34 },
35 "tableBuilderRowHoverBorder": {
36 "type": "object"
37 },
38 "tableBuilderRowBorderRadiusDesktop": {
39 "type": "object"
40 },
41 "tableBuilderRowBorderRadiusTablet": {
42 "type": "object"
43 },
44 "tableBuilderRowBorderRadiusMobile": {
45 "type": "object"
46 },
47 "tableBuilderRowBorderRadiusTabletLandscape": {
48 "type": "object"
49 },
50 "tableBuilderRowBorderRadiusMobileLandscape": {
51 "type": "object"
52 },
53 "tableBuilderRowBorderRadiusLaptop": {
54 "type": "object"
55 },
56 "tableBuilderRowBorderRadiusWideScreen": {
57 "type": "object"
58 }
59 },
60 "usesContext": [
61 "tablebuilder/table-headers",
62 "tablebuilder/table-footers",
63 "tablebuilder/table-rowCount",
64 "tablebuilder/table-columnCount",
65 "tablebuilder/table-builder-hasHeader",
66 "tablebuilder/table-builder-hasFooter"
67 ],
68 "supports": {
69 "html": false,
70 "align": [
71 "wide",
72 "full"
73 ]
74 },
75 "textdomain": "table-builder-block",
76 "editorScript": "file:./index.js"
77 }