{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/accommodation-related-accommodation",
  "title": "Related Accommodations",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Displays other accommodation in the area.",
  "icon": "admin-multisite",
  "keywords": [
    "related",
    "accommodation",
    "similar"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Related Accommodations"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Related accommodation",
              "textAlign": "center"
            }
          ],
          [
            "core/group",
            {
              "style": {
                "spacing": {
                  "blockGap": "2rem"
                }
              },
              "layout": {
                "type": "grid",
                "columnCount": 3
              }
            },
            [
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Luxury Beach Resort",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Experience ultimate comfort at our beachfront resort with stunning ocean views and world-class amenities."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Mountain Lodge",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Cozy mountain retreat perfect for nature lovers seeking tranquility and adventure in the wilderness."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "City Center Hotel",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Modern urban accommodation in the heart of the city with easy access to attractions and dining."
                    }
                  ]
                ]
              ]
            ]
          ]
        ]
      ]
    ]
  }
}