block.json in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/blocks/button/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "tableberg/button", |
| 5 | "title": "Button", |
| 6 | "category": "design", |
| 7 | "description": "A button element within a Tableberg cell.", |
| 8 | "parent": [ |
| 9 | "tableberg/cell" |
| 10 | ], |
| 11 | "supports": { |
| 12 | "html": false, |
| 13 | "customClassName": false, |
| 14 | "reusable": false |
| 15 | }, |
| 16 | "attributes": { |
| 17 | "content": { |
| 18 | "type": "string" |
| 19 | }, |
| 20 | "align": { |
| 21 | "type": "string" |
| 22 | }, |
| 23 | "styles": { |
| 24 | "type": "object" |
| 25 | }, |
| 26 | "bindings": { |
| 27 | "type": "object" |
| 28 | }, |
| 29 | "mergeOrigin": { |
| 30 | "type": "object" |
| 31 | }, |
| 32 | "link": { |
| 33 | "type": "object" |
| 34 | }, |
| 35 | "id": { |
| 36 | "type": "string" |
| 37 | } |
| 38 | }, |
| 39 | "textdomain": "tableberg" |
| 40 | } |
| 41 |