{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "charitable/campaign-progress-bar",
  "version": "0.1.0",
  "title": "Campaign Progress Bar",
  "category": "widgets",
  "icon": "feedback",
  "description": "Display a live progress bar for a particular campaign.",
  "keywords": [
    "charitable",
    "campaign",
    "donation"
  ],
  "attributes": {
    "campaignID": {
      "type": "string"
    }
  },
  "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"
}