# blockspare/3.3.3/dist/blocks/button/block.json

BlockSpare – Gutenberg Blocks for News, Magazine, Blog &amp; Business Websites, version 3.3.3. 38 lines.

- Page: https://pluginprobe.com/plugins/blockspare/3.3.3/code/dist/blocks/button/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/3.3.3/raw/dist/blocks/button/block.json
- Modified: 2025-12-08T06:45:14+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/blockspare/3.3.3/code/dist/blocks/button/block.json#L10-L20`.

```json
{
  "name": "blockspare/blockspare-buttons",
  "category": "blockspare",
  "attributes": {
    "paddingTop": {
      "type": "number",
      "default": 12
    },
    "paddingRight": {
      "type": "number",
      "default": 22
    },
    "paddingBottom": {
      "type": "number",
      "default": 12
    },
    "paddingLeft": {
      "type": "number",
      "default": 22
    },
    "marginTop": {
      "type": "number",
      "default": 30
    },
    "marginBottom": {
      "type": "number",
      "default": 30
    },
    "marginLeft": {
      "type": "number",
      "default": 0
    },
    "marginRight": {
      "type": "number",
      "default": 0
    }
  }
}
```
