{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "slideverse/infinite-slider-item",
  "version": "0.0.2",
  "title": "Infinite Slider Item",
  "category": "slideverse",
  "description": "Individual slide item for the Infinite Slider. Can contain any content including images, text, videos or custom blocks.",
  "keywords": [
    "slide",
    "carousel item",
    "slider content",
    "infinite scroll item"
  ],
  "parent": [
    "slideverse/infinite-slider"
  ],
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    }
  },
  "textdomain": "slideverse",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "inserter": false,
    "className": true,
    "html": false,
    "align": true,
    "alignWide": true
  }
}