{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "carbon-blocks/slide",
  "version": "1.0.0",
  "category": "carbon-blocks",
  "parent": [
    "carbon-blocks/block-slider"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "customClassName": true,
    "multiple": true,
    "reusable": true,
    "align": false
  },
  "attributes": {
    "showActions": {
      "type": "boolean",
      "default": false
    }
  },
  "usesContext": [],
  "providesContext": {},
  "textdomain": "carbon-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}