{
  "apiVersion": 3,
  "name": "pricematrix/pricing-table",
  "title": "Pricing Table",
  "category": "widgets",
  "icon": "table-col-after",
  "description": "A responsive pricing table block.",
  "attributes": {
    "columns": {
      "type": "number",
      "default": 3
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}