{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "nexa/slide-item",
  "version": "1.0.0",
  "title": "Slide Item",
  "category": "nexa-blocks",
  "description": "Act as a slide item for the slider block.",
  "parent": [
    "nexa/slider"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "usesContext": [
    "nexa/sliderStatus",
    "nexa/showSubTitle",
    "nexa/showTitle",
    "nexa/showDescription",
    "nexa/showBtn",
    "nexa/contentPosition"
  ],
  "example": {},
  "textdomain": "nexa-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}