{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/ends-in",
  "title": "Ends in",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Displays the end location for tours.",
  "icon": "location",
  "keywords": [
    "ends",
    "in",
    "end",
    "location",
    "finishing",
    "point"
  ],
  "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": "Ends In"
      }
    },
    "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>Ends In:</strong> Johannesburg, South Africa"
            }
          ]
        ]
      ]
    ]
  }
}