{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/checkout-time",
  "title": "Check Out Time",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Show accommodation check-out time and procedures.",
  "icon": "clock",
  "keywords": [
    "checkout",
    "time",
    "departure"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Check Out Time"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/paragraph",
            {
              "content": "<strong>Check Out Time:</strong> 3:00 PM"
            }
          ]
        ]
      ]
    ]
  }
}