{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "maxi-blocks/column-maxi",
  "title": "Column Maxi",
  "category": "maxi-blocks",
  "description": "Stack blocks vertically inside a column",
  "parent": [
    "maxi-blocks/row-maxi"
  ],
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "supports": {
    "align": false,
    "anchor": false,
    "html": false
  },
  "editorScript": "maxi-blocks-block-editor"
}