{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/image-carousel",
  "version": "0.1.0",
  "title": "Image Carousel",
  "category": "swift-blocks",
  "icon": "images-alt",
  "description": "Add swiping/sliding image gallery anywhere in your post or pages.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": [
        "top",
        "bottom",
        "left",
        "right"
      ],
      "margin": [
        "top",
        "bottom",
        "left",
        "right"
      ]
    }
  },
  "attributes": {
    "images": {
      "type": "array",
      "default": [],
      "items": {
        "type": "object"
      }
    },
    "carouselHeight": {
      "type": "number",
      "default": 400
    },
    "slidesPerView": {
      "type": "number",
      "default": 1
    },
    "speed": {
      "type": "number",
      "default": 500
    },
    "autoplay": {
      "type": "boolean",
      "default": true
    },
    "showPagination": {
      "type": "boolean",
      "default": true
    },
    "arrowStyle": {
      "type": "string",
      "default": "default"
    }
  },
  "textdomain": "swift-fse-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}