{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/special-interests",
  "title": "Special Interests",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display special interests and activities for accommodations.",
  "icon": "camera",
  "keywords": [
    "special",
    "interests",
    "activities",
    "features"
  ],
  "version": "2.1.0",
  "attributes": {
    "className": {
      "type": "string",
      "default": "lsx-special-interests-wrapper"
    }
  },
  "example": {
    "attributes": {
      "className": "lsx-special-interests-wrapper"
    },
    "innerBlocks": [
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap",
            "verticalAlignment": "middle"
          }
        },
        [
          [
            "lsx-tour-operator/icons",
            {
              "iconName": "specialInterestsIcon",
              "iconType": "solid"
            }
          ]
        ]
      ],
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap"
          }
        },
        [
          [
            "core/paragraph",
            {
              "content": "<strong>Special Interests:</strong> Wildlife viewing, Photography, Cultural experiences, Adventure activities"
            }
          ]
        ]
      ]
    ]
  }
}