{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pricing Button",
  "name": "brandy/pricing-cta",
  "category": "brandy-blocks",
  "description": "The call to action of a pricing plan. Holds a Brandy button, so it behaves exactly like every other button on the site.",
  "attributes": {
    "term": {
      "type": "number",
      "default": -1
    }
  },
  "usesContext": [
    "brandy/pricingTerms"
  ],
  "allowedBlocks": [
    "brandy/buttons"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": true,
    "spacing": {
      "margin": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "ancestor": [
    "brandy/pricing-plan"
  ]
}