# tableberg/1.1.5/src/blocks/image/block.json

Tableberg – Simple Gutenberg Table Block, version 1.1.5. 68 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/blocks/image/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/src/blocks/image/block.json
- Modified: 2026-09-16T03:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/blocks/image/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "tableberg/image",
    "title": "Image",
    "category": "design",
    "description": "An image element within a Tableberg cell.",
    "parent": [
        "tableberg/cell"
    ],
    "supports": {
        "html": false,
        "customClassName": false,
        "reusable": false
    },
    "attributes": {
        "media": {
            "type": "object"
        },
        "alt": {
            "type": "string"
        },
        "align": {
            "type": "string"
        },
        "width": {
            "type": "string"
        },
        "height": {
            "type": "string"
        },
        "aspectRatio": {
            "type": "string"
        },
        "scale": {
            "type": "string"
        },
        "sizeSlug": {
            "type": "string"
        },
        "caption": {
            "type": "string"
        },
        "href": {
            "type": "string"
        },
        "linkTarget": {
            "type": "string"
        },
        "lightbox": {
            "type": "object"
        },
        "border": {
            "type": "object"
        },
        "borderRadius": {
            "type": "object"
        },
        "bindings": {
            "type": "object"
        },
        "mergeOrigin": {
            "type": "object"
        }
    },
    "textdomain": "tableberg"
}

```
