{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/rating",
  "title": "Rating",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display rating and star classification for accommodations.",
  "icon": "star-empty",
  "keywords": [
    "rating",
    "stars",
    "classification",
    "quality"
  ],
  "version": "2.1.0",
  "attributes": {
    "className": {
      "type": "string",
      "default": "lsx-rating-wrapper"
    }
  },
  "example": {
    "attributes": {
      "className": "lsx-rating-wrapper"
    },
    "innerBlocks": [
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap",
            "verticalAlignment": "middle"
          }
        },
        [
          [
            "lsx-tour-operator/icons",
            {
              "iconType": "solid",
              "iconName": "ratingIcon"
            }
          ],
          [
            "core/paragraph",
            {
              "content": "<strong>Rating:</strong>"
            }
          ]
        ]
      ],
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap",
            "verticalAlignment": "bottom"
          }
        },
        [
          [
            "core/paragraph",
            {
              "content": "4.5"
            }
          ]
        ]
      ]
    ]
  }
}