# getwid/3.0.2/assets/blocks/price-box/block.json

Getwid – Gutenberg Blocks, version 3.0.2. 62 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.2/code/assets/blocks/price-box/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.2/raw/assets/blocks/price-box/block.json
- Modified: 2026-08-28T10:51:30+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.2/code/assets/blocks/price-box/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/price-box",
  "description": "Highlights a pricing plan with features.",
  "category": "getwid-blocks",
  "title": "Price Box",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "attributes": {
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-price-box__title"
    },
    "currency": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-price-box__currency"
    },
    "amount": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-price-box__amount"
    },
    "period": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-price-box__period"
    },
    "features": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-price-box__features"
    },
    "headerTag": {
      "type": "string",
      "default": "p"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
