{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blynex/svg-icon", "version": "1.0.0", "title": "SVG Icon", "category": "blynex-blocks", "icon": "smiley", "description": "Add custom SVG icons to your content.", "textdomain": "blynex", "editorScript": "file:./index.js", "editorStyle": "file:./editor.css", "style": "file:./style.css", "attributes": { "iconSvg": { "type": "string", "source": "html", "selector": ".svg-icon-mask", "default": "" }, "iconUrl": { "type": "string", "source": "attribute", "selector": ".svg-icon-mask", "attribute": "data-icon-url", "default": "" }, "size": { "type": "number", "default": 48 }, "iconColor": { "type": "string", "default": "var(--wp--preset--color--contrast)" }, "backgroundColor": { "type": "string", "default": "transparent" }, "style": { "type": "object", "default": { "spacing": { "margin": { "top": "0", "bottom": "0" } }, "typography": {}, "border": { "radius": "0px", "width": "0px", "style": "none" } } }, "align": { "type": "string", "default": "center" } }, "supports": { "align": [ "left", "center", "right" ], "anchor": true, "html": false, "reusable": true, "color": { "text": true, "background": true, "gradients": true, "link": false }, "spacing": { "margin": [ "top", "bottom" ], "padding": true, "blockGap": true, "__experimentalDefaultControls": { "margin": true, "padding": true } }, "typography": { "fontSize": true, "lineHeight": true }, "border": { "color": true, "radius": true, "style": true, "width": true }, "layout": { "allowSizingOnChildren": true } } }