{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "dynamic-qr-code-block/qr-code",
    "version": "1.0.0",
    "title": "Dynamic QR Code",
    "category": "widgets",
    "icon": "qrcode",
    "description": "Generate QR codes for URLs, text, phone numbers, and more.",
    "supports": {
        "html": false,
        "align": ["left", "center", "right"]
    },
    "attributes": {
        "type": {
            "type": "string",
            "default": "url"
        },
        "content": {
            "type": "string",
            "default": ""
        },
        "size": {
            "type": "number",
            "default": 200
        },
        "foreground": {
            "type": "string",
            "default": "#000000"
        },
        "background": {
            "type": "string",
            "default": "#FFFFFF"
        },
        "errorLevel": {
            "type": "string",
            "default": "M"
        },
        "alignment": {
            "type": "string",
            "default": "center"
        },
        "logo": {
            "type": "object",
            "default": {
                "url": "",
                "id": 0,
                "size": 50
            }
        }
    },
    "textdomain": "dynamic-qr-code-block",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": "file:./build/style-index.css"
}
