| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"version": "0.0.3", |
| 5 |
"title": "Row", |
| 6 |
"name": "tableberg/row", |
| 7 |
"parent": [ |
| 8 |
"tableberg/table" |
| 9 |
], |
| 10 |
"category": "design", |
| 11 |
"icon": "table-row-after", |
| 12 |
"description": "Tableberg Row: Individual row of a tableberg table", |
| 13 |
"attributes": { |
| 14 |
"tagName": { |
| 15 |
"type": "string", |
| 16 |
"default": "tr" |
| 17 |
}, |
| 18 |
"isHeader": { |
| 19 |
"type": "boolean", |
| 20 |
"default": false |
| 21 |
}, |
| 22 |
"isFooter": { |
| 23 |
"type": "boolean", |
| 24 |
"default": false |
| 25 |
} |
| 26 |
}, |
| 27 |
"supports": { |
| 28 |
"html": false |
| 29 |
}, |
| 30 |
"textdomain": "tableberg", |
| 31 |
"editorScript": "tableberg-script", |
| 32 |
"editorStyle": "tableberg-editor-style", |
| 33 |
"style": "tableberg-style" |
| 34 |
} |