{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "extrnd/slide",
  "title": "Slide",
  "category": "media",
  "icon": "format-image",
  "parent": ["extrnd/slider"],
  "textdomain": "extrnd-block-slider",
  "attributes": {
    "slideWidth": { "type": "string", "default": "" },
    "hideSlide": { "type": "boolean", "default": false }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "lock": false,
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "spacing": {
      "padding": true,
      "margin": false
    },
    "dimensions": {
      "minHeight": true
    }
  }
}
