{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "slideverse/testimonial-slider",
  "version": "0.0.1",
  "title": "Testimonial Slider & Review Carousel",
  "category": "slideverse",
  "description": "Showcase client testimonials, reviews and quotes in a stunning responsive slider carousel. Build trust with beautifully displayed social proof.",
  "keywords": [
    "testimonial slider",
    "review carousel",
    "testimonial carousel",
    "client reviews",
    "quotes slider",
    "social proof",
    "feedback slider"
  ],
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "testimonials": {
      "type": "array",
      "default": []
    },
    "navigation": {
      "type": "object"
    },
    "options": {
      "type": "object"
    },
    "showRating": {
      "type": "boolean",
      "default": true
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "styleWrapper": {
      "type": "object",
      "default": {},
      "selector": ".swiper-wrapper"
    },
    "styleSlide": {
      "type": "object",
      "default": {},
      "selector": ".swiper-slide"
    },
    "styleSlideInner": {
      "type": "object",
      "default": {},
      "selector": ".swiper-slide-inner"
    },
    "styleQuote": {
      "type": "object",
      "default": {},
      "selector": ".slideverse-testimonial__quote"
    },
    "styleAuthorName": {
      "type": "object",
      "default": {},
      "selector": ".slideverse-testimonial__author-name"
    },
    "styleAuthorRole": {
      "type": "object",
      "default": {},
      "selector": ".slideverse-testimonial__author-role"
    },
    "styleAvatar": {
      "type": "object",
      "default": {},
      "selector": ".slideverse-testimonial__avatar img"
    },
    "styleNavArrowWrapper": {
      "type": "object",
      "default": {},
      "selector": ".swiper-navigation-wrap"
    },
    "styleNavArrow": {
      "type": "object",
      "default": {},
      "selector": ".swiper-nav-button"
    },
    "styleNavArrowSVG": {
      "type": "object",
      "default": {},
      "selector": ".swiper-nav-button svg"
    },
    "styleNavArrowHoverSVG": {
      "type": "object",
      "default": {},
      "selector": ".swiper-nav-button:hover svg"
    },
    "styleNavArrowHover": {
      "type": "object",
      "default": {},
      "selector": ".swiper-nav-button:hover"
    }
  },
  "textdomain": "slideverse",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "viewScript": "file:./view.js",
  "supports": {
    "className": true,
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}