{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "depay-donations/block",
  "title": "DePay Donations",
  "category": "widgets",
  "description": "Web3 donations directly into your own wallet. A Block-enabled WordPress plugin for P2P crypto donations with on-the-fly conversion.",
  "keywords": [ "donations", "cryptocurrency", "p2p", "web3", "depay" ],
  "version": "2.2.2",
  "textdomain": "depay-donations",
  "example": {},
  "editorScript": "depay-donations-script",
  "supports": {
    "align": ["left", "right", "center"],
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "align": {
      "type": "string",
      "default": "center"
    }
  }
}
