{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/news",
  "title": "News Card",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Slider", "News"],
  "parent": ["yellowtree/slider"],
  "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": "h3"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": "p"
    },
    "linkUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "a",
      "attribute": "href"
    },
    "postDate": {
      "type": "string",
      "source": "html",
      "selector": "span"
    }
  }
}
