{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sysbird/sbird-latest-feed-card-block",
  "version": "1.0.1",
  "title": "sBird Latest Feed Card Block",
  "category": "embed",
  "description": "Display the latest entry from an external RSS feed.",
  "attributes": {
    "feedUrl": {
      "type": "string",
      "default": ""
    },
    "hasBorder": {
      "type": "boolean",
      "default": true
    },
    "layout": {
      "type": "string",
      "default": "horizontal"
    }
  },
  "render": "file:./render.php",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "sbird-latest-feed-card-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css"
}