{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Slider",
  "name": "zolo/slider",
  "category": "zoloblocks",
  "keywords": [
    "Slide",
    "Slider",
    "Carousel",
    "Image",
    "Content"
  ],
  "description": "Create immersive image sliders directly in Gutenberg editor.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "swiper",
    "file:./style-index.css"
  ],
  "viewScript": "file:./frontend.js",
  "script": [
    "swiper"
  ]
}