block.json in Tableberg – Simple Gutenberg Table Block 1.0.2, at build/faux-blocks/custom-html/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "tableberg/custom-html", |
| 5 | "title": "Custom HTML", |
| 6 | "category": "design", |
| 7 | "description": "A custom HTML element within a Tableberg cell", |
| 8 | "parent": [ |
| 9 | "tableberg/cell" |
| 10 | ], |
| 11 | "attributes": { |
| 12 | "cellCoords": { |
| 13 | "type": "object", |
| 14 | "default": { |
| 15 | "row": 0, |
| 16 | "col": 0 |
| 17 | } |
| 18 | }, |
| 19 | "elementIndex": { |
| 20 | "type": "number", |
| 21 | "default": 0 |
| 22 | } |
| 23 | }, |
| 24 | "supports": { |
| 25 | "html": false, |
| 26 | "customClassName": false, |
| 27 | "lock": false, |
| 28 | "renaming": false, |
| 29 | "reusable": false, |
| 30 | "visibility": false |
| 31 | }, |
| 32 | "textdomain": "tableberg" |
| 33 | } |