{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/text-slide",
  "parent": ["yellowtree/text-slider"],
  "title": "Text-Slide",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Text", "Slide"],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "heading": {
      "type": "string"
    },
    "caption": {
      "type": "string"
    }
  },
  "supports": {
    "className": true,
    "inserter": true
  }
}
