{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caliph/pricing-block",
  "version": "1.0.0",
  "title": "Pricing Block",
  "category": "design",
  "icon": "money-alt",
  "description": "A customizable pricing block with three pricing tiers.",
  "textdomain": "caliph",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": true,
      "margin": true
    },
    "color": {
      "background": true,
      "text": true
    }
  }
}