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

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

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

```json
{
  "name": "blockspare/blockspare-container",
  "category": "blockspare",
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "full"
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "imgURL": {
      "type": "string"
    },
    "imgID": {
      "type": "number"
    },
    "imgAlt": {
      "type": "string"
    },
    "opacityRatio": {
      "type": "number",
      "default": 100
    },
    "backGroundColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "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
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
  }
  }
}
```
