{
  "apiVersion": 3,
  "name": "cocoon-blocks/blogcard",
  "category": "cocoon-block",
  "keywords": [
    "blogcard",
    "box",
    "wrap"
  ],
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "div",
      "default": ""
    },
    "style": {
      "type": "string",
      "default": "blogcard-type bct-none"
    }
  },
  "example": {
    "attributes": {
      "content": "https://wp-cocoon.com/"
    }
  },
  "supports": {
    "anchor": true,
    "html": false
  }
}
