| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"version": "0.0.2", |
| 5 |
"title": "Cell", |
| 6 |
"name": "tableberg/cell", |
| 7 |
"parent": [ |
| 8 |
"tableberg/row" |
| 9 |
], |
| 10 |
"category": "design", |
| 11 |
"icon": "table-row-after", |
| 12 |
"description": "Tableberg Cell: Individual cell of a tableberg table", |
| 13 |
"attributes": { |
| 14 |
"vAlign": { |
| 15 |
"type": "string", |
| 16 |
"default": "center" |
| 17 |
}, |
| 18 |
"tagName": { |
| 19 |
"type": "string", |
| 20 |
"default": "td" |
| 21 |
} |
| 22 |
}, |
| 23 |
"supports": { |
| 24 |
"html": false, |
| 25 |
"__experimentalExposeControlsToChildren": true |
| 26 |
}, |
| 27 |
"textdomain": "tableberg", |
| 28 |
"editorScript": "file:./index.tsx", |
| 29 |
"editorStyle": "file:./index.css", |
| 30 |
"style": "file:./style-index.css" |
| 31 |
} |