# ghostkit/3.3.3/gutenberg/blocks/grid-column/block.json

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.3.3. 104 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/grid-column/block.json
- Raw: https://pluginprobe.com/plugins/ghostkit/3.3.3/raw/gutenberg/blocks/grid-column/block.json
- Modified: 2023-11-12T17:37:52+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/ghostkit/3.3.3/code/gutenberg/blocks/grid-column/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ghostkit/grid-column",
  "parent": ["ghostkit/grid"],
  "category": "ghostkit",
  "title": "Column",
  "description": "A single column within a grid block.",
  "supports": {
    "awb": true,
    "ghostkit": {
      "styles": {
        "customSelector": ".ghostkit-grid &"
      }
    },
    "html": false,
    "className": false,
    "anchor": true,
    "reusable": false,
    "spacing": {
      "blockGap": true,
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "__experimentalLayout": true,
    "layout": true
  },
  "attributes": {
    "sm_size": {
      "type": "string",
      "default": ""
    },
    "sm_order": {
      "type": "string",
      "default": ""
    },
    "sm_verticalAlign": {
      "type": "string",
      "default": ""
    },

    "md_size": {
      "type": "string",
      "default": ""
    },
    "md_order": {
      "type": "string",
      "default": ""
    },
    "md_verticalAlign": {
      "type": "string",
      "default": ""
    },

    "lg_size": {
      "type": "string",
      "default": ""
    },
    "lg_order": {
      "type": "string",
      "default": ""
    },
    "lg_verticalAlign": {
      "type": "string",
      "default": ""
    },

    "xl_size": {
      "type": "string",
      "default": ""
    },
    "xl_order": {
      "type": "string",
      "default": ""
    },
    "xl_verticalAlign": {
      "type": "string",
      "default": ""
    },

    "size": {
      "type": "string",
      "default": "auto"
    },
    "order": {
      "type": "string",
      "default": ""
    },
    "verticalAlign": {
      "type": "string",
      "default": ""
    },
    "stickyContent": {
      "type": "string",
      "default": ""
    },
    "stickyContentOffset": {
      "type": "number",
      "default": 0
    }
  }
}

```
