{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pricing Options",
  "name": "brandy/pricing-options",
  "category": "brandy-blocks",
  "description": "The chooser that switches which price a plan shows. Put it above the plans, or inside a single plan's card.",
  "keywords": [
    "pricing",
    "options",
    "radio",
    "switch",
    "variants",
    "billing"
  ],
  "attributes": {
    "optionLayout": {
      "type": "string",
      "default": "segmented",
      "enum": [
        "segmented",
        "list",
        "cards"
      ]
    },
    "optionAlign": {
      "type": "string",
      "default": "center",
      "enum": [
        "left",
        "center",
        "right"
      ]
    },
    "shape": {
      "type": "string",
      "default": "pill",
      "enum": [
        "pill",
        "rounded",
        "square"
      ]
    },
    "accentColor": {
      "type": "string",
      "default": "var:preset|color|brandy-primary"
    },
    "activeTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "heading": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "brandy/pricingTerms",
    "brandy/pricingDefaultTerm"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "anchor": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontWeight": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "ancestor": [
    "brandy/pricing-table"
  ]
}