{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pricing Body",
  "name": "brandy/pricing-body",
  "category": "brandy-blocks",
  "description": "The free part of a pricing plan — a feature list by default, but anything you like.",
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": true,
    "anchor": true,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ]
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "ancestor": [
    "brandy/pricing-plan"
  ]
}