{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bw/comparison-table",
  "version": "1.1.0",
  "title": "BW Comparison Table",
  "category": "design",
  "icon": "columns",
  "description": "A comparison table for The Venetian.",
  "supports": {
    "html": false
  },
  "attributes": {
    "col1Header": {
      "type": "string",
      "default": "Perspective"
    },
    "col2Header": {
      "type": "string",
      "default": "The Venetian Experience"
    },
    "col3Header": {
      "type": "string",
      "default": "Central Resorts"
    }
  },
  "textdomain": "bw-comparison",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}
