# blockspare/1.0.0/src/blocks/empty-section/block.json

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

- Page: https://pluginprobe.com/plugins/blockspare/1.0.0/code/src/blocks/empty-section/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/1.0.0/raw/src/blocks/empty-section/block.json
- Modified: 2020-04-01T18:55:20+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/1.0.0/code/src/blocks/empty-section/block.json#L10-L20`.

```json
{
  "name": "blockspare/blockspare-empty-section",
  "category": "blockspare",
  "attributes": {
    "className": {
      "type": "string"
    },
    "height": {
      "type": "number",
      "default": 10
    },
    "backGroundColor": {
      "type": "string",
      "default": "#fff"
    }
  }
}

```
