{
  "apiVersion": 3,
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "ecomtrix/testimonials",
  "title": "Testimonials",
  "category": "ecomtrix",
  "description": "Customer testimonials carousel with editable reviews, names, and avatars.",
  "keywords": [
    "testimonials",
    "reviews",
    "carousel",
    "rating"
  ],
  "version": "1.0.0",
  "textdomain": "ecomtrix-pro",
  "icon": "format-quote",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "attributes": {
    "heading": {
      "type": "string",
      "default": "What Our Customers Say"
    },
    "subheading": {
      "type": "string",
      "default": "Real reviews from real customers"
    },
    "testimonials": {
      "type": "array",
      "default": [
        {
          "quote": "Absolutely love the quality of their products! The shipping was fast and the customer service was exceptional.",
          "name": "Sarah M.",
          "role": "Verified Buyer",
          "rating": 5,
          "avatarUrl": ""
        },
        {
          "quote": "I've been shopping here for months and the consistency in quality is remarkable. Every product exceeded my expectations.",
          "name": "James K.",
          "role": "Verified Buyer",
          "rating": 5,
          "avatarUrl": ""
        },
        {
          "quote": "The best online shopping experience I've ever had. The website is easy to use, products are top-notch, and delivery is always on time.",
          "name": "Emily R.",
          "role": "Verified Buyer",
          "rating": 5,
          "avatarUrl": ""
        }
      ]
    },
    "columns": {
      "type": "number",
      "default": 3
    }
  },
  "editorScript": "file:../../../build/testimonials.js",
  "editorStyle": "file:../../../build/testimonials.css",
  "style": "file:../../../build/style-testimonials.css",
  "render": "file:./render.php"
}