block.json in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/blocks/image/block.json
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "tableberg/image", |
| 5 | "title": "Image", |
| 6 | "category": "design", |
| 7 | "description": "An image 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 | "media": { |
| 18 | "type": "object" |
| 19 | }, |
| 20 | "alt": { |
| 21 | "type": "string" |
| 22 | }, |
| 23 | "align": { |
| 24 | "type": "string" |
| 25 | }, |
| 26 | "width": { |
| 27 | "type": "string" |
| 28 | }, |
| 29 | "height": { |
| 30 | "type": "string" |
| 31 | }, |
| 32 | "aspectRatio": { |
| 33 | "type": "string" |
| 34 | }, |
| 35 | "scale": { |
| 36 | "type": "string" |
| 37 | }, |
| 38 | "sizeSlug": { |
| 39 | "type": "string" |
| 40 | }, |
| 41 | "caption": { |
| 42 | "type": "string" |
| 43 | }, |
| 44 | "href": { |
| 45 | "type": "string" |
| 46 | }, |
| 47 | "linkTarget": { |
| 48 | "type": "string" |
| 49 | }, |
| 50 | "lightbox": { |
| 51 | "type": "object" |
| 52 | }, |
| 53 | "border": { |
| 54 | "type": "object" |
| 55 | }, |
| 56 | "borderRadius": { |
| 57 | "type": "object" |
| 58 | }, |
| 59 | "bindings": { |
| 60 | "type": "object" |
| 61 | }, |
| 62 | "mergeOrigin": { |
| 63 | "type": "object" |
| 64 | } |
| 65 | }, |
| 66 | "textdomain": "tableberg" |
| 67 | } |
| 68 |