{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "ksolo/image-filter", "version": "0.1.0", "title": "Filtered Image", "category": "media", "icon": "image-filter", "description": "An image with an Instagram-style filter applied.", "keywords": [ "filter", "instagram", "image" ], "textdomain": "solofilters-image-enhancements", "supports": { "align": [ "left", "center", "right", "wide", "full" ], "anchor": true, "html": false, "spacing": { "margin": true } }, "attributes": { "filter": { "type": "string", "default": "normal" }, "intensity": { "type": "number", "default": 100 }, "imageId": { "type": "number", "default": 0 }, "imageUrl": { "type": "string", "default": "", "source": "attribute", "selector": "img", "attribute": "src" }, "imageAlt": { "type": "string", "default": "", "source": "attribute", "selector": "img", "attribute": "alt" }, "width": { "type": "number" }, "height": { "type": "number" }, "linkUrl": { "type": "string", "default": "" }, "caption": { "type": "string", "default": "", "source": "html", "selector": "figcaption" } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }