{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Multicolumn Pricing Table",
  "name": "essential-blocks/pro-multicolumn-pricing-table",
  "category": "essential-blocks",
  "description": "Create stunning Multicolumn Pricing Table on your website to display and compare different pricing tiers or plans for a product or service.",
  "apiVersion": 2,
  "textdomain": "essential-blocks-pro",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true
  },
  "editorScript": "essential-blocks-editor-script",
  "providesContext": {
    "eb/parentColumnDetails": "columnDetails",
    "eb/parentRowCount": "rowCount",
    "eb/parentHasFeatureColumn": "isFeatureColumn",
    "eb/parentHasCollapse": "isCollapse",
    "eb/parentCollapseRowNumber": "collapseRowNumber"
  }
}