{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "digicommerce/order-receipt",
    "title": "Order Receipt",
    "category": "digicommerce",
    "description": "Display order receipt/invoice header with business and billing information.",
    "keywords": ["receipt", "invoice", "order", "billing"],
    "textdomain": "digicommerce",
    "attributes": {},
    "supports": {
        "anchor": true,
        "align": ["wide", "full"],
        "spacing": {
            "margin": true,
            "padding": true
        },
        "color": {
            "background": true
        },
        "__experimentalBorder": {
            "color": true,
            "radius": true,
            "style": true,
            "width": true
        }
    },
    "example": {},
    "style": "file:./style.css",
    "editorStyle": "file:./style.css"
}
