{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "quotelab-io/reviews-widget",
  "version": "1.0.0",
  "title": "BookingMachine Reviews",
  "category": "embed",
  "icon": "star-filled",
  "description": "Display customer reviews from your BookingMachine account.",
  "keywords": ["reviews", "ratings", "testimonials", "stars"],
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "attributes": {
    "count": {
      "type": "number",
      "default": 5
    },
    "theme": {
      "type": "string",
      "default": "light",
      "enum": ["light", "dark"]
    },
    "mode": {
      "type": "string",
      "default": "inline",
      "enum": ["inline", "badge"]
    }
  },
  "textdomain": "quotelab-io",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}
