# blockspare/5.0.1/build/block/content-box/block.json

BlockSpare – Gutenberg Blocks, AI Content Generator &amp; Site Builder for News, Magazine &amp; Blogs, version 5.0.1. 152 lines.

- Page: https://pluginprobe.com/plugins/blockspare/5.0.1/code/build/block/content-box/block.json
- Raw: https://pluginprobe.com/plugins/blockspare/5.0.1/raw/build/block/content-box/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/5.0.1/code/build/block/content-box/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/content-box",
  "title": "Content Box",
  "category": "blockspare",
  "description": "Card with text and buttons over a background image.",
  "attributes": {
    "className": {
      "type": "string"
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "sectionAlignment": {
      "type": "string",
      "default": "left"
    },
    "sectionDescription": {
      "type": "string",
      "default": "Add your description here..."
    },
    "showContentImg": {
      "type": "boolean",
      "default": true
    },
    "imgURL": {
      "type": "string",
      "default": false
    },
    "imgID": {
      "type": "number"
    },
    "imgAlt": {
      "type": "string",
      "source": "attribute",
      "attribute": "alt",
      "selector": "img"
    },
    "showButton": {
      "type": "boolean",
      "default": false
    },
    "enableBackgroundColor": {
      "type": "boolean",
      "default": true
    },
    "backGroundColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "titleColor": {
      "type": "string",
      "default": "#000"
    },
    "descriptionColor": {
      "type": "string",
      "default": "#6d6d6d"
    },
    "layoutOption": {
      "type": "boolean",
      "default": false
    },
    "imageShape": {
      "type": "string",
      "default": ""
    },
    "design": {
      "type": "string",
      "default": "style-1"
    },
    "headermarginTop": {
      "type": "number",
      "default": 0
    },
    "headermarginRight": {
      "type": "number",
      "default": 0
    },
    "headermarginBottom": {
      "type": "number",
      "default": 0
    },
    "headermarginLeft": {
      "type": "number",
      "default": 0
    },
    "paddingTop": {
      "type": "number",
      "default": 30
    },
    "paddingRight": {
      "type": "number",
      "default": 30
    },
    "paddingBottom": {
      "type": "number",
      "default": 30
    },
    "paddingLeft": {
      "type": "number",
      "default": 30
    },
    "descriptionFontSize": {
      "type": "number",
      "default": 16
    },
    "descriptionFontFamily": {
      "type": "string",
      "default": "Default"
    },
    "descriptionFontWeight": {
      "type": "string",
      "default": ""
    },
    "descriptionFontSubset": {
      "type": "string"
    },
    "descriptionFontSizeType": {
      "type": "string",
      "default": "px"
    },
    "descriptionFontSizeMobile": {
      "type": "number",
      "default": 14
    },
    "descriptionFontSizeTablet": {
      "type": "number",
      "default": 16
    },
    "descriptionLoadGoogleFonts": {
      "type": "boolean",
      "default": false
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}
```
