{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/transport",
  "title": "Transport",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display transport options and getting around information for destinations.",
  "icon": "location-alt",
  "keywords": [
    "transport",
    "transportation",
    "travel"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Transport"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Transport",
              "level": 3
            }
          ],
          [
            "core/paragraph",
            {
              "content": "Regular bus services, car rentals available. International airport nearby."
            }
          ]
        ]
      ]
    ]
  }
}