# ghostkit/2.25.0/gutenberg/blocks/grid/block.json

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 2.25.0. 36 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/2.25.0/code/gutenberg/blocks/grid/block.json
- Raw: https://pluginprobe.com/plugins/ghostkit/2.25.0/raw/gutenberg/blocks/grid/block.json
- Modified: 2022-09-24T20:30:16+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/2.25.0/code/gutenberg/blocks/grid/block.json#L10-L20`.

```json
{
  "apiVersion": 2,
  "name": "ghostkit/grid",
  "category": "design",
  "title": "Grid",
  "description": "Responsive grid block to build layouts of all shapes and sizes thanks to a twelve column system. Visual columns size and order change.",
  "keywords": ["row", "columns", "section"],
  "supports": {
    "html": false,
    "className": false,
    "anchor": true,
    "align": ["wide", "full"]
  },
  "attributes": {
    "isTemplatesModalOnly": {
      "type": "boolean"
    },
    "gap": {
      "type": "string",
      "default": "md"
    },
    "gapCustom": {
      "type": "number"
    },
    "gapVerticalCustom": {
      "type": "number"
    },
    "verticalAlign": {
      "type": "string"
    },
    "horizontalAlign": {
      "type": "string"
    }
  }
}

```
