{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/teaser",
  "parent": ["yellowtree/mobile-slider"],
  "title": "Teaser",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Teaser", "detail"],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageId": {
      "type": "number"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "title": {
      "type": "string",
      "source": "text",
      "selector": "p"
    },
    "badge": {
      "type": "string"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".content"
    },
    "anchor": {
      "type": "string",
      "source": "attribute",
      "attribute": "href",
      "selector": "a"
    },
    "pageUrl": {
      "type": "string"
    },
    "extUrl": {
      "type": "boolean"
    },
    "heading": {
      "type": "string",
      "source": "text",
      "selector": "h3"
    },
    "linkUrl": {
      "type": "string",
      "source": "attribute",
      "attribute": "href",
      "selector": "a"
    },
    "button_text": {
      "type": "string",
      "source": "text",
      "selector": "a"
    }
  },
  "supports": {
    "className": true
  }
}
