{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "charitable/my-donations",
  "version": "0.1.0",
  "title": "My Donations",
  "category": "widgets",
  "icon": "feedback",
  "description": "Displays a list of donations for the current logged in user.",
  "keywords": [
    "charitable",
    "account",
    "donation"
  ],
  "attributes": {
    "includeRecurring": {
      "type": "boolean"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "center",
      "left",
      "right",
      "wide"
    ]
  },
  "textdomain": "charitable",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}