{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/featured-accommodation",
  "title": "Featured Accommodations",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Displays Accommodations with the Featured tag.",
  "icon": "admin-multisite",
  "keywords": [
    "featured",
    "accommodation",
    "highlight"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Featured Accommodations"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Featured Accommodations",
              "textAlign": "center"
            }
          ],
          [
            "core/group",
            {
              "style": {
                "spacing": {
                  "blockGap": "2rem"
                }
              },
              "layout": {
                "type": "grid",
                "columnCount": 2
              }
            },
            [
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Premium Ocean View Suite",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Luxury beachfront accommodation with panoramic ocean views, private balcony, and exclusive amenities."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Executive Mountain Lodge",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Featured mountain retreat with stunning alpine views and world-class spa facilities."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Boutique City Hotel",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Award-winning boutique hotel in the heart of downtown with personalized service and modern design."
                    }
                  ]
                ]
              ],
              [
                "core/group",
                {
                  "style": {
                    "border": {
                      "width": "1px",
                      "style": "solid",
                      "color": "#e0e0e0"
                    },
                    "spacing": {
                      "padding": "1rem"
                    }
                  }
                },
                [
                  [
                    "core/heading",
                    {
                      "content": "Safari Camp Deluxe",
                      "level": 3
                    }
                  ],
                  [
                    "core/paragraph",
                    {
                      "content": "Exclusive safari camp offering luxury tented accommodation with wildlife viewing and gourmet dining."
                    }
                  ]
                ]
              ]
            ]
          ]
        ]
      ]
    ]
  }
}