{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "nemtly/booking-trigger",
    "version": "1.0.0",
    "title": "Booking Trigger (Button)",
    "category": "nemtly-blocks",
    "icon": "tickets-alt",
    "description": "A button that opens the booking modal.",
    "usesContext": [ "postId", "postType", "queryId" ],
    "supports": {
        "html": false,
        "typography": {
            "fontSize": true
        },
        "color": {
            "text": true,
            "background": true
        },
        "spacing": {
            "margin": true,
            "padding": true,
            "blockGap": true
        },
        "align": [
            "left",
            "center",
            "right",
            "wide",
            "full"
        ]
    },
    "attributes": {
        "text": {
            "type": "string",
            "default": "Book Now"
        }
    },
    "textdomain": "nemtly-booking",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./style-index.css",
    "style": "file:./style-index.css"
}