{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "modern-hotel-booking/whatsapp-button",
    "version": "2.3.8",
    "title": "Hotel: WhatsApp Button",
    "category": "hotel-booking",
    "icon": "phone",
    "description": "Floating or inline WhatsApp chat button for direct bookings.",
    "example": {
        "attributes": {
            "style": "button",
            "text": "Chat with Us"
        }
    },
    "keywords": [
        "whatsapp",
        "chat",
        "contact"
    ],
    "textdomain": "modern-hotel-booking",
    "attributes": {
        "style": {
            "type": "string",
            "default": "button"
        },
        "text": {
            "type": "string",
            "default": ""
        },
        "message": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "anchor": true,
        "color": {
            "background": true,
            "text": true,
            "gradients": true
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true
        },
        "spacing": {
            "margin": true,
            "padding": true,
            "blockGap": true
        }
    },
    "editorScript": "file:./block.js"
}
