{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bookslots/booking-form",
  "version": "1.0.0",
  "title": "Booking Form",
  "category": "widgets",

  "description": "Add an appointment booking form to let clients schedule services with your team.",
  "example": {
    "attributes": {
      "calendar": "1"
    }
  },
  "supports": {
    "align": ["wide", "full"],
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "calendar": {
      "type": "string",
      "default": ""
    },
    "position": {
      "type": "string",
      "default": "",
      "enum": ["", "left", "center", "right"]
    },
    "fullWidth": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "bookslots",
  "keywords": [
    "booking",
    "appointment",
    "calendar",
    "schedule",
    "reservation",
    "form",
    "slot",
    "time",
    "book"
  ],
  "editorScript": ["bookslots-block", "bookslots-script"],
  "editorStyle": "bookslots-style",
  "style": "bookslots-style"
}
