# blockspare/1.0.2/src/blocks/container/block.json

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

- Page: https://pluginprobe.com/plugins/blockspare/1.0.2/code/src/blocks/container/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/1.0.2/raw/src/blocks/container/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.2/code/src/blocks/container/block.json#L10-L20`.

```json
{
  "name": "blockspare/blockspare-container",
  "category": "blockspare",
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "imgURL": {
      "type": "string"
    },
    "imgID": {
      "type": "number"
    },
    "imgAlt": {
      "type": "string"
    },
    "opacityRatio": {
      "type": "number",
      "default": 100
    },
    "backGroundColor": {
      "type": "string",
      "default": "#fff"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "backgroundFix": {
      "type": "boolean",
      "default": false
    },
    "separatorEnable": {
      "type": "boolean",
      "default": false
    },
    "showFront": {
      "type": "boolean",
      "default": false
    },
    "zindexDivider": {
      "type": "number",
      "default": 20
    },
    "verticalFlip": {
      "type": "boolean",
      "default": true
    },
    "horizontalFlip": {
      "type": "boolean",
      "default": false
    },
    "dividerPosition": {
      "type": "string",
      "default": "has-separator-top"
    },
    "topDividerMargin": {
      "type": "number",
      "default": 0
    },
    "bottomDividerMargin": {
      "type": "number",
      "default": 0
    },
    "enableGap": {
      "type": "boolean",
      "default": false
    }
  }
}
```
