{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pricing Text",
  "name": "brandy/pricing-text",
  "category": "brandy-blocks",
  "description": "One line of a pricing plan — its badge, its name or its tagline.",
  "attributes": {
    "role": {
      "type": "string",
      "default": "name"
    },
    "content": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": true,
    "anchor": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      },
      "textAlign": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "ancestor": [
    "brandy/pricing-plan"
  ]
}