{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bookster/booking-form",
  "version": "0.1.0",
  "title": "Bookster Booking Form",
  "category": "widgets",
  "keywords": [
    "bookster",
    "booking",
    "form"
  ],
  "icon": "dashboard",
  "description": "Bookster Booking Form.",
  "example": {},
  "attributes": {
    "height": {
      "type": "number",
      "default": 670
    }
  },
  "supports": {
    "anchor": true,
    "html": true,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "textdomain": "bookster",
  "editorScript": "file:./index.js",
  "styles": []
}