block.json in Tableberg – Simple Gutenberg Table Block 1.1.1, at build/blocks/cell/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "tableberg/cell", |
| 5 | "title": "Cell", |
| 6 | "category": "design", |
| 7 | "description": "A cell within a Tableberg table row.", |
| 8 | "parent": [ |
| 9 | "tableberg/row" |
| 10 | ], |
| 11 | "usesContext": [ |
| 12 | "tableberg/tableConfig", |
| 13 | "tableberg/cellDefaults" |
| 14 | ], |
| 15 | "supports": { |
| 16 | "html": false, |
| 17 | "customClassName": false, |
| 18 | "reusable": false |
| 19 | }, |
| 20 | "attributes": { |
| 21 | "span": { |
| 22 | "type": "object" |
| 23 | }, |
| 24 | "styles": { |
| 25 | "type": "object" |
| 26 | }, |
| 27 | "ribbon": { |
| 28 | "type": "object" |
| 29 | }, |
| 30 | "className": { |
| 31 | "type": "string" |
| 32 | } |
| 33 | }, |
| 34 | "textdomain": "tableberg" |
| 35 | } |