{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Slide",
  "name": "zolo/slide",
  "category": "zoloblocks",
  "keywords": [
    "Slide",
    "Slider",
    "Carousel",
    "Image",
    "Content"
  ],
  "description": "Customize individual slides within the Slider block.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "parent": [
    "zolo/slider"
  ],
  "supports": {
    "anchor": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}