{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.0.3",
  "title": "Image",
  "name": "tableberg/image",
  "category": "design",
  "parent": [
    "tableberg/cell"
  ],
  "description": "Tableberg Image",
  "attributes": {
    "media": {
      "type": "object",
      "default": {}
    },
    "height": {
      "type": "string",
      "default": ""
    },
    "width": {
      "type": "string",
      "default": "150px"
    },
    "align": {
      "type": "string",
      "default": "left"
    },
    "alt": {
      "type": "string",
      "default": ""
    },
    "aspectRatio": {
      "type": "string",
      "default": ""
    },
    "scale": {
      "type": "string",
      "default": ""
    },
    "sizeSlug": {
      "type": "string",
      "default": "large"
    },
    "caption": {
      "type": "string",
      "default": ""
    },
    "href": {
      "type": "string",
      "default": ""
    },
    "linkClass": {
      "type": "string",
      "default": ""
    },
    "linkDestination": {
      "type": "string",
      "default": ""
    },
    "rel": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "string",
      "default": ""
    },
    "border": {
      "type": "object",
      "default": {}
    },
    "borderRadius": {
      "type": "object",
      "default": {}
    },
    "isExample": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "anchor": true,
    "color": {
      "text": false,
      "background": false
    },
    "filter": {
      "duotone": true
    },
    "selectors": {
      "filter": {
        "duotone": ".wp-block-tableberg-image img, .wp-block-tableberg-image .components-placeholder"
      }
    }
  },
  "example": {
    "attributes": {
      "isExample": true
    }
  },
  "textdomain": "tableberg",
  "editorScript": "tableberg-script",
  "editorStyle": "tableberg-editor-style",
  "style": "tableberg-style"
}