{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/testimonials",
  "title": "Testimonials",
  "textdomain": "blockons",
  "icon": "format-quote",
  "category": "blockons-category",
  "keywords": [
    "testimonials",
    "quote",
    "reviews",
    "comments",
    "slider",
    "blockons"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "sliderSlides": {
      "type": "array",
      "default": [
        {
          "id": "slide-one",
          "title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et augue placerat sem condimentum porta quis in quam. Cras dignissim felis gravida volutpat finibus.",
          "author": "Joe Soap",
          "authorPos": "Owner at Macabee",
          "authorImg": {},
          "rating": 5
        },
        {
          "id": "slide-two",
          "title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et augue placerat sem condimentum porta quis in quam. Cras dignissim felis gravida volutpat finibus.",
          "author": "Joe Soap",
          "authorPos": "Owner at Macabee",
          "authorImg": {},
          "rating": 5
        },
        {
          "id": "slide-three",
          "title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et augue placerat sem condimentum porta quis in quam. Cras dignissim felis gravida volutpat finibus.",
          "author": "Joe Soap",
          "authorPos": "Owner at Macabee",
          "authorImg": {},
          "rating": 5
        }
      ]
    },
    "testStyle": {
      "type": "string",
      "default": "one"
    },
    "testLayout": {
      "type": "string",
      "default": "one"
    },
    "showStars": {
      "type": "boolean",
      "default": true
    },
    "showQuotes": {
      "type": "boolean",
      "default": true
    },
    "showPosition": {
      "type": "boolean",
      "default": true
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    },
    "quoteSize": {
      "type": "number",
      "default": 28
    },
    "bgColor": {
      "type": "string",
      "default": "#f0f0f0"
    },
    "fontColor": {
      "type": "string",
      "default": "#4f4f4f"
    },
    "quotesColor": {
      "type": "string",
      "default": "#000"
    },
    "quotesOpacity": {
      "type": "number",
      "default": 0.4
    },
    "nameColor": {
      "type": "string",
      "default": "#4f4f4f"
    },
    "posColor": {
      "type": "string",
      "default": "#4f4f4f"
    },
    "transition": {
      "type": "string",
      "default": "slide"
    },
    "perView": {
      "type": "number",
      "default": 1
    },
    "mode": {
      "type": "string",
      "default": "default"
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "autoplayDelay": {
      "type": "string",
      "default": "4000"
    },
    "autoplayDisable": {
      "type": "boolean",
      "default": false
    },
    "spaceBetween": {
      "type": "number",
      "default": 0
    },
    "navigation": {
      "type": "boolean",
      "default": true
    },
    "navigationStyle": {
      "type": "string",
      "default": "default"
    },
    "navigationColor": {
      "type": "string",
      "default": "dark"
    },
    "navigationArrow": {
      "type": "string",
      "default": "ban"
    },
    "pagination": {
      "type": "boolean",
      "default": true
    },
    "paginationStyle": {
      "type": "string",
      "default": "bullets"
    },
    "paginationColor": {
      "type": "string",
      "default": "dark"
    },
    "showOnHover": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "blockons-slider",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome",
    "blockons-swiper-css"
  ]
}