{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/testimonial-carousel",
  "version": "1.0.0",
  "title": "Testimonial Carousel",
  "category": "bloqra",
  "icon": "slides",
  "description": "Testimonials in a swipeable slider — arrows, dots and optional autoplay. Slides scroll natively on touch and keep working even without JavaScript.",
  "keywords": [
    "testimonial",
    "carousel",
    "slider",
    "reviews",
    "quotes",
    "social proof"
  ],
  "allowedBlocks": [
    "bloqra/testimonial"
  ],
  "example": {
    "attributes": {
      "perView": 2
    },
    "innerBlocks": [
      {
        "name": "bloqra/testimonial",
        "attributes": {
          "content": "The best block plugin we have used — fast and flexible.",
          "name": "Amelia Hart",
          "role": "Northwind Studio",
          "rating": 5
        }
      },
      {
        "name": "bloqra/testimonial",
        "attributes": {
          "content": "Our landing pages finally look the way we imagined.",
          "name": "Jonas Weber",
          "role": "Acme GmbH",
          "rating": 4.5
        }
      }
    ]
  },
  "attributes": {
    "perView": {
      "type": "number",
      "default": 1
    },
    "arrows": {
      "type": "boolean",
      "default": true
    },
    "dots": {
      "type": "boolean",
      "default": true
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "interval": {
      "type": "number",
      "default": 5
    },
    "pauseOnHover": {
      "type": "boolean",
      "default": true
    },
    "loop": {
      "type": "boolean",
      "default": false
    },
    "scrollBy": {
      "type": "string",
      "default": ""
    },
    "peek": {
      "type": "string",
      "default": ""
    },
    "arrowPlacement": {
      "type": "string",
      "default": ""
    },
    "arrowSize": {
      "type": "string",
      "default": ""
    },
    "dotStyle": {
      "type": "string",
      "default": ""
    },
    "arrowColor": {
      "type": "string",
      "default": ""
    },
    "arrowBgColor": {
      "type": "string",
      "default": ""
    },
    "dotColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "listView": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "shadow": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true
    }
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}