{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "linkbrco/report-issue",
  "version": "1.0.1",
  "title": "Report Issue (LinkSentry)",
  "category": "widgets",
  "icon": "flag",
  "description": "Adds a Report an Issue button and modal for readers to report broken links, downloads, or images.",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:../../assets/css/frontend.css",
  "supports": {
    "html": false,
    "align": true
  },
  "attributes": {
    "buttonStyle": {
      "type": "string",
      "default": "button"
    },
    "infoText": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "linksentry-broken-content-reporter"
}

