{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "peachysoftware/downloadmagnet",
  "version": "2.2.0",
  "title": "Download Magnet",
  "category": "widgets",
  "icon": "download",
  "description": "Allows Download Magnet content to be displayed in the block editor.",
  "supports": {
    "html": false
  },
  "textdomain": "downloadmagnet",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "txtContent": {
      "type": "string",
      "source": "html",
      "selector": "div"
    },
    "psdmType": {
      "type": "string"
    },
    "psdmButtonId": {
      "type": "string",
      "default": ""
    },
    "psdmId": {
      "type": "number",
      "default": 0
    },
    "psdmLivePreview": {
      "type": "boolean",
      "default": false
    },
    "psdmShowId": {
      "type": "boolean",
      "default": false
    },
    "psdmShowMore": {
      "type": "boolean",
      "default": false
    }
  }
}