{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "quotelab-io/pricing-table",
  "version": "1.0.0",
  "title": "BookingMachine Pricing Table",
  "category": "embed",
  "icon": "editor-table",
  "description": "Display a static pricing table of your services with Book Now CTAs. SEO-friendly HTML.",
  "keywords": ["pricing", "services", "table", "prices"],
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "attributes": {
    "showDescription": {
      "type": "boolean",
      "default": true
    },
    "ctaText": {
      "type": "string",
      "default": "Book Now"
    }
  },
  "textdomain": "quotelab-io",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}
