Browse
For agents
About
Tableberg – Simple Gutenberg Table Block
/
1.1.1
Tableberg – Simple Gutenberg Table Block
v1.1.1
Switch version
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
trunk
0.0.2
0.2.1
0.3.2
0.3.3
0.4.1
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.5.7
All 42 releases
Overview
Code
tableberg
/
build
/
blocks
/
row
/
block.json
block.json
in Tableberg – Simple Gutenberg Table Block 1.1.1, at build/blocks/row/block.json
22 lines
437 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{
2
"
$schema
"
:
"
https://schemas.wp.org/trunk/block.json
"
,
3
"
apiVersion
"
:
3
,
4
"
name
"
:
"
tableberg/row
"
,
5
"
title
"
:
"
Row
"
,
6
"
category
"
:
"
design
"
,
7
"
description
"
:
"
A row of cells within a Tableberg table.
"
,
8
"
parent
"
:
[
9
"
tableberg/table
"
10
]
,
11
"
supports
"
:
{
12
"
html
"
:
false
,
13
"
customClassName
"
:
false
,
14
"
reusable
"
:
false
15
}
,
16
"
attributes
"
:
{
17
"
height
"
:
{
18
"
type
"
:
"
string
"
19
}
20
}
,
21
"
textdomain
"
:
"
tableberg
"
22
}