{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "charitable/donors-block",
  "version": "0.1.0",
  "title": "Donors Block",
  "category": "widgets",
  "icon": "feedback",
  "description": "Display a list of donors to one or all of your campaigns.",
  "keywords": [
    "charitable",
    "campaign",
    "donation"
  ],
  "attributes": {
    "donorsNumber": {
      "type": "number"
    },
    "orderby": {
      "type": "string"
    },
    "order": {
      "type": "string"
    },
    "campaignID": {
      "type": "number"
    },
    "distinctDonors": {
      "type": "boolean"
    },
    "orientation": {
      "type": "string"
    },
    "showName": {
      "type": "boolean"
    },
    "showLocation": {
      "type": "boolean"
    },
    "showAmount": {
      "type": "boolean"
    },
    "showAvatar": {
      "type": "boolean"
    },
    "hideIfNoDonors": {
      "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"
}