{
  "apiVersion": 2,
  "name": "afpb/comparison-table",
  "version": "0.1.0",
  "title": "Comparison Table",
  "category": "affiliaterg",
  "description": "Products comparison table",
  "supports": {
    "html": false,
    "anchor": true
  },
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "boxBorder": {
      "type": "object",
      "default": {
        "width": "1px",
        "style": "solid",
        "color": "#d7b837"
      }
    }
  },
  "textdomain": "affiliaterg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}