{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "templazee/slides",
  "title": "Slide",
  "category": "templazee",
  "parent": [
    "templazee/slider"
  ],
  "description": "Defines an individual slide within a slider, allowing you to add content like images, text, or media that can be navigated within the slider.",
  "supports": {
    "html": false
  },
  "textdomain": "slides",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}