PluginProbe
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables / 2.2.3
TableKit – WordPress Table Builder for Data Tables, WooCommerce Product Tables & Post Tables v2.2.3
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.3, at build/blocks/table-builder-row/block.json

56 lines 1.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": "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 },
39 "usesContext": [
40 "tablebuilder/table-headers",
41 "tablebuilder/table-footers",
42 "tablebuilder/table-rowCount",
43 "tablebuilder/table-columnCount",
44 "tablebuilder/table-builder-hasHeader",
45 "tablebuilder/table-builder-hasFooter"
46 ],
47 "supports": {
48 "html": false,
49 "align": [
50 "wide",
51 "full"
52 ]
53 },
54 "textdomain": "table-builder-block",
55 "editorScript": "file:./index.js"
56 }