{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ko-fi-button/kofi-panel",
  "version": "1.3.10",
  "title": "Ko-fi Donate Panel",
  "category": "widgets",
  "description": "Display a donate panel.",
  "example": {},
  "attributes": {
    "code": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "ko-fi-button",
  "editorScript": [
    "file:./index.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}