{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "motopress-hotel-booking/group-availability-calendar",
  "version": "1.0.0",
  "title": "Multi-Property Availability Calendar",
  "description": "Displays a list of accommodation types and their availability by date in one view.",
  "category": "hotel-booking",
  "icon": "calendar-alt",
  "example": {},
  "supports": {
    "align": [
      "full",
      "wide"
    ],
    "html": false
  },
  "attributes": {
    "start_date": {
      "type": "string",
      "default": "",
      "_comment": "Format: YYYY-MM-DD"
    },
    "accommodation_type_ids": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "motopress-hotel-booking",
  "editorScript": "file:./index.js",
  "style": "mphb-shortcodes-group-availability-calendar-css",
  "render": "file:./render.php",
  "script": "mphb-shortcodes-group-availability-calendar-js"
}