{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "clisyc/booking-form",
  "title": "Client Sync Booking Form",
  "category": "widgets",
  "icon": "calendar-alt",
  "description": "Displays the universal Client Sync booking form.",
  "attributes": {
    "mode": {
      "type": "string",
      "default": "auto"
    }
  },
  "textdomain": "clisyc",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}