{
  "apiVersion": 3,
  "name": "smart-reviews-display/display",
  "title": "Smart Reviews",
  "category": "widgets",
  "icon": "star-filled",
  "description": "Display WordPress.org plugin or theme reviews with layouts and filters.",
  "textdomain": "smart-reviews-display",
  "attributes": {
    "slug": { "type": "string", "default": "" },
    "type": { "type": "string", "default": "plugin" },
    "limit": { "type": "number", "default": 5 },
    "title": { "type": "string", "default": "" },
    "minRating": { "type": "number", "default": 0 },
    "layout": { "type": "string", "default": "grid" }
  },
  "supports": { "html": false }
}