# blockspare/trunk/build/block/empty-section/block.json

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

- Page: https://pluginprobe.com/plugins/blockspare/trunk/code/build/block/empty-section/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/trunk/raw/build/block/empty-section/block.json
- Modified: 2026-07-24T16:03:22+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/trunk/code/build/block/empty-section/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/blockspare-empty-section",
  "title": "Spacer Section",
  "category": "blockspare",
  "description": "Separate content sections using customizable colored background bands and borders.",
  "supports": {
    "align": [
      "wide",
      "full",
      "center"
    ]
  },
  "attributes": {
    "className": {
      "type": "string"
    },
    "height": {
      "type": "number",
      "default": 10
    },
    "backGroundColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "fillType": {
      "type": "string",
      "default": ""
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js"
}
```
