{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Slide",
  "name": "brandy/slide",
  "category": "brandy-blocks",
  "description": "A single slide inside a Slider or Cube Slider block. Holds any blocks.",
  "keywords": [
    "slide",
    "slider",
    "carousel"
  ],
  "parent": [
    "brandy/slider",
    "brandy/cube-slider"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "spacing": {
      "padding": true
    },
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js"
}