{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bpsc/carousel-testimonial-section",
  "version": "1.0.0",
  "title": " Carousel Testimonial Section",
  "category": "bPlugins",
  "icon": "testimonial",
  "description": "A super-premium testimonial carousel block with glassmorphism design, smooth animations, star ratings, autoplay, swipe support, and full editor controls.",
  "example": {},
  "attributes": {
    "testimonials": {
      "type": "array",
      "default": [
        {
          "name": "Sarah Mitchell",
          "role": "Head of Marketing",
          "company": "BrightWave Agency",
          "image": "",
          "rating": 5,
          "text": "This team transformed our digital presence completely. The results exceeded every expectation we had. Truly world-class work!",
          "tag": "Top Client"
        },
        {
          "name": "James Rodriguez",
          "role": "CTO",
          "company": "NovaTech Solutions",
          "image": "",
          "rating": 4,
          "text": "Incredible attention to detail and a seamless development process. They delivered on time and the quality speaks for itself.",
          "tag": "Verified"
        },
        {
          "name": "Emily Chen",
          "role": "Founder",
          "company": "Lotus Design Co.",
          "image": "",
          "rating": 5,
          "text": "Working with this team was an absolute pleasure. They understood our vision from day one and brought it to life beautifully.",
          "tag": "Featured"
        }
      ]
    },
    "autoplay": {
      "type": "boolean",
      "default": true
    },
    "speed": {
      "type": "number",
      "default": 4
    },
    "transition": {
      "type": "string",
      "default": "fade"
    },
    "showRating": {
      "type": "boolean",
      "default": true
    },
    "showCompany": {
      "type": "boolean",
      "default": true
    },
    "showNav": {
      "type": "boolean",
      "default": true
    },
    "showProgress": {
      "type": "boolean",
      "default": true
    },
    "textAlign": {
      "type": "string",
      "default": "center"
    },
    "cardBgColor": {
      "type": "string",
      "default": "rgba(255,255,255,0.15)"
    },
    "cardBorderRadius": {
      "type": "number",
      "default": 20
    },
    "shadowIntensity": {
      "type": "number",
      "default": 3
    },
    "accentColor": {
      "type": "string",
      "default": "#6c63ff"
    },
    "textColor": {
      "type": "string",
      "default": "#2d3748"
    },
    "nameColor": {
      "type": "string",
      "default": "#1a202c"
    },
    "roleColor": {
      "type": "string",
      "default": "#718096"
    },
    "companyColor": {
      "type": "string",
      "default": "#a0aec0"
    },
    "ratingColor": {
      "type": "string",
      "default": "#f6ad55"
    },
    "textItalic": {
      "type": "boolean",
      "default": true
    },
    "textBold": {
      "type": "boolean",
      "default": false
    },
    "sectionBorderRadius": {
      "type": "number",
      "default": 24
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": false,
      "gradients": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "textdomain": "section-collection",
  "editorScript": "file:../index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./view.css",
  "viewScript": "file:./view.js"
}