{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "svgplus/svg-block",
    "version": "1.1.2",
    "title": "SVG Plus",
    "category": "media",
    "icon": "format-image",
    "description": "Add and edit SVG images with full control over dimensions and styling.",
    "supports": {
        "html": false,
        "align": true
    },
    "attributes": {
        "url": {
            "type": "string",
            "source": "attribute",
            "selector": "img",
            "attribute": "src",
            "default": ""
        },
        "alt": {
            "type": "string",
            "source": "attribute",
            "selector": "img",
            "attribute": "alt",
            "default": ""
        },
        "width": {
            "type": "string",
            "default": "auto"
        },
        "height": {
            "type": "string",
            "default": "auto"
        },
        "id": {
            "type": "number"
        },
        "preserveAspectRatio": {
            "type": "boolean",
            "default": true
        }
    },
    "textdomain": "svgplus",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": "file:./build/style-index.css"
}
