{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pricing Plan",
  "name": "brandy/pricing-plan",
  "category": "brandy-blocks",
  "description": "One plan in a pricing table. Each part — badge, name, price, button — is its own block, so you can select and style them separately.",
  "keywords": [
    "plan",
    "tier",
    "price",
    "package"
  ],
  "attributes": {
    "layoutPreset": {
      "type": "string",
      "enum": [
        "",
        "classic",
        "cta-first",
        "split-header",
        "offer",
        "centered"
      ],
      "default": ""
    }
  },
  "usesContext": [
    "brandy/pricingTerms",
    "brandy/pricingPlanLayout"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "anchor": true,
    "color": {
      "background": true,
      "text": true,
      "link": true,
      "button": true,
      "__experimentalDefaultControls": {
        "background": false,
        "text": false
      }
    },
    "spacing": {
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true
      },
      "__experimentalSkipSerialization": [
        "blockGap"
      ]
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalDefaultControls": {
        "fontSize": false
      }
    },
    "shadow": true
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "ancestor": [
    "brandy/pricing-table"
  ]
}