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