{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/rating-badge-block",
  "version": "0.1.0",
  "title": "Rating Badges",
  "category": "adaire-reviews-trust",
  "description": "Display star-rating and app-store style badges to build trust.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": true
  },
  "textdomain": "rating-badge-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "containerMode": {
      "type": "string",
      "default": "constrained"
    },
    "containerMaxWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "value": 1200,
          "unit": "px"
        },
        "tablet": {
          "value": 100,
          "unit": "%"
        },
        "mobile": {
          "value": 100,
          "unit": "%"
        }
      }
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "accentColor": {
      "type": "string",
      "default": "#6366f1"
    },
    "textColor": {
      "type": "string",
      "default": "#111827"
    },
    "badges": {
      "type": "array",
      "default": [
        {
          "icon": "bi bi-star-fill",
          "imageUrl": "",
          "text": "4.8/5",
          "subtext": "500+ App Store reviews"
        },
        {
          "icon": "bi bi-star-fill",
          "imageUrl": "",
          "text": "4.7/5",
          "subtext": "1,200+ Google Play reviews"
        },
        {
          "icon": "bi bi-trophy-fill",
          "imageUrl": "",
          "text": "Excellent",
          "subtext": "Rated on Trustpilot"
        }
      ]
    }
  },
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\r\n<rect width=\"24\" height=\"24\" rx=\"5\" fill=\"#F0F0F1\"/>\r\n<circle cx=\"12\" cy=\"11\" r=\"7\" fill=\"#D52940\"/>\r\n<path d=\"M12 7.2L13.2 9.9L16.1 10.3L14 12.3L14.6 15.2L12 13.7L9.4 15.2L10 12.3L7.9 10.3L10.8 9.9L12 7.2Z\" fill=\"#F0F0F1\"/>\r\n<path d=\"M9 16.8L7.6 21.2L12 19.4L16.4 21.2L15 16.8Z\" fill=\"#D52940\"/>\r\n</svg>"
}