{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "version": "0.0.2", "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": "" }, "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": {} } }, "supports": { "align": true, "anchor": true, "color": { "text": false, "background": false }, "filter": { "duotone": true }, "selectors": { "filter": { "duotone": ".wp-block-tableberg-image img, .wp-block-tableberg-image .components-placeholder" } } }, "textdomain": "tableberg", "editorScript": "tableberg-script", "editorStyle": "tableberg-editor-style", "style": "tableberg-style" }