{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/content-slider",
  "version": "0.1.0",
  "title": "Content Slider",
  "category": "swift-blocks",
  "description": "A carousel that holds any other blocks as slides.",
  "attributes": {
    "slidesPerView": {
      "type": "number",
      "default": 1
    },
    "slidesPerViewMobile": {
      "type": "number",
      "default": 1
    },
    "slidesPerViewTablet": {
      "type": "number",
      "default": 2
    },
    "spaceBetween": {
      "type": "number",
      "default": 30
    },
    "speed": {
      "type": "number",
      "default": 5000
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "showPagination": {
      "type": "boolean",
      "default": true
    },
    "carouselHeight": {
      "type": "number",
      "default": 400
    },
    "arrowBgColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "arrowIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "arrowIconSize": {
      "type": "number",
      "default": 24
    },
    "arrowBgSize": {
      "type": "number",
      "default": 44
    },
    "iconRadius": {
      "type": "number",
      "default": 30
    },
    "prevIconSVG": {
      "type": "string",
      "default": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/></svg>"
    },
    "nextIconSVG": {
      "type": "string",
      "default": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/></svg>"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": [
        "top",
        "bottom",
        "left",
        "right"
      ],
      "margin": [
        "top",
        "bottom",
        "left",
        "right"
      ],
      "blockGap": true
    }
  },
  "textdomain": "swift-fse-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}