block.json in Tableberg – Simple Gutenberg Table Block 1.0.1, at build/faux-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", |
| 8 | "parent": [ |
| 9 | "tableberg/table" |
| 10 | ], |
| 11 | "allowedBlocks": [ |
| 12 | "tableberg/text", |
| 13 | "tableberg/button", |
| 14 | "tableberg/image", |
| 15 | "tableberg/list", |
| 16 | "tableberg/icon", |
| 17 | "tableberg/star-rating", |
| 18 | "tableberg/custom-html" |
| 19 | ], |
| 20 | "attributes": { |
| 21 | "cellCoords": { |
| 22 | "type": "object", |
| 23 | "default": { |
| 24 | "row": 0, |
| 25 | "col": 0 |
| 26 | } |
| 27 | } |
| 28 | }, |
| 29 | "supports": { |
| 30 | "html": false, |
| 31 | "customClassName": false, |
| 32 | "lock": false, |
| 33 | "renaming": false, |
| 34 | "reusable": false, |
| 35 | "visibility": false |
| 36 | }, |
| 37 | "textdomain": "tableberg" |
| 38 | } |