{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/pricebox-block",
  "version": "1.1.1",
  "title": "Price Box Block",
  "category": "common",
  "icon": "money-alt",
  "description": "Designed to showcase pricing attractively to creating professional and visually appealing",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true,
    "splitting": true
  },
  "attributes": {
    "boxes": {
      "type": "array",
      "default": []
    },
    "boxesPerLine": {
      "type": "number",
      "default": 3
    }
  },
  "keywords": [
    "Pricebox Block",
    "necessary Blocks",
    "Pricebox"
  ],
  "textdomain": "pricebox-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}