{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/booking-validity",
  "title": "Booking validity",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Displays the booking validity date range for tours.",
  "icon": "calendar",
  "keywords": [
    "booking",
    "validity",
    "dates",
    "calendar",
    "period",
    "availability"
  ],
  "supports": {
    "anchor": true,
    "className": true,
    "customClassName": true,
    "html": false,
    "lock": false,
    "multiple": true,
    "reusable": true,
    "renaming": false,
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    },
    "color": {
      "background": true,
      "text": true,
      "link": true
    }
  },
  "example": {
    "attributes": {
      "metadata": {
        "name": "Booking validity"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap",
            "verticalAlignment": "middle"
          }
        },
        [
          [
            "lsx-tour-operator/icons",
            {
              "iconType": "solid",
              "iconName": "bookingValidityIcon"
            }
          ]
        ]
      ],
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap"
          }
        },
        [
          [
            "core/paragraph",
            {
              "content": "<strong>Booking validity:</strong> December 1, 2024"
            }
          ],
          [
            "core/paragraph",
            {
              "content": " - "
            }
          ],
          [
            "core/paragraph",
            {
              "content": "March 31, 2025"
            }
          ]
        ]
      ]
    ]
  }
}