{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/pricebox",
  "version": "1.7.1",
  "title": "Price Box",
  "category": "necessary-blocks",
  "icon": "vault",
  "description": "Price box",
  "example": {},
  "parent": [
    "necessary-block/priceboxes"
  ],
  "supports": {
    "html": false,
    "shadow": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "text": true,
      "background": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "className": true,
    "customClassName": true,
    "splitting": true
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "price": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "buttonText": {
      "type": "string"
    },
    "buttonLink": {
      "type": "string"
    },
    "buttonTab": {
      "type": "boolean"
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "linkColor": {
      "type": "string"
    },
    "linkBackground": {
      "type": "string"
    }
  },
  "keywords": [
    "Pricebox Block",
    "necessary Blocks",
    "Pricebox"
  ],
  "textdomain": "pricebox-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}