# blockenberg/2.0.6/blocks/column/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.6. 140 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.6/code/blocks/column/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.6/raw/blocks/column/block.json
- Modified: 2026-02-20T22:36:38+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/blockenberg/2.0.6/code/blocks/column/block.json#L10-L20`.

```json
{
  "apiVersion": 3,
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "name": "blockenberg/column",
  "title": "Column",
  "category": "blockenberg",
  "icon": "align-center",
  "description": "A column container within a row for content.",
  "keywords": ["column", "layout", "grid", "cell"],
  "textdomain": "blockenberg",
  "editorScript": "bkbg-column-editor",
  "editorStyle": "bkbg-column-style",
  "style": "bkbg-column-style",
  "parent": ["blockenberg/row"],
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "reusable": false
  },
  "attributes": {
    "widths": {
      "type": "object",
      "default": {
        "desktop": 50,
        "tablet": 50,
        "mobile": 100
      }
    },
    "uid": {
      "type": "string",
      "default": ""
    },
    "paddingInner": {
      "type": "string",
      "default": "none"
    },
    "vAlign": {
      "type": "string",
      "default": "top"
    },
    "paddingTop": {
      "type": "string",
      "default": ""
    },
    "paddingTopUnit": {
      "type": "string",
      "default": "px"
    },
    "paddingTopCustomUnit": {
      "type": "string",
      "default": ""
    },
    "paddingRight": {
      "type": "string",
      "default": ""
    },
    "paddingRightUnit": {
      "type": "string",
      "default": "px"
    },
    "paddingRightCustomUnit": {
      "type": "string",
      "default": ""
    },
    "paddingBottom": {
      "type": "string",
      "default": ""
    },
    "paddingBottomUnit": {
      "type": "string",
      "default": "px"
    },
    "paddingBottomCustomUnit": {
      "type": "string",
      "default": ""
    },
    "paddingLeft": {
      "type": "string",
      "default": ""
    },
    "paddingLeftUnit": {
      "type": "string",
      "default": "px"
    },
    "paddingLeftCustomUnit": {
      "type": "string",
      "default": ""
    },
    "marginTop": {
      "type": "string",
      "default": ""
    },
    "marginTopUnit": {
      "type": "string",
      "default": "px"
    },
    "marginTopCustomUnit": {
      "type": "string",
      "default": ""
    },
    "marginRight": {
      "type": "string",
      "default": ""
    },
    "marginRightUnit": {
      "type": "string",
      "default": "px"
    },
    "marginRightCustomUnit": {
      "type": "string",
      "default": ""
    },
    "marginBottom": {
      "type": "string",
      "default": ""
    },
    "marginBottomUnit": {
      "type": "string",
      "default": "px"
    },
    "marginBottomCustomUnit": {
      "type": "string",
      "default": ""
    },
    "marginLeft": {
      "type": "string",
      "default": ""
    },
    "marginLeftUnit": {
      "type": "string",
      "default": "px"
    },
    "marginLeftCustomUnit": {
      "type": "string",
      "default": ""
    }
  }
}

```
