{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "advanced-blocks-pro/column",
  "parent": [
    "advanced-blocks-pro/section"
  ],
  "version": "0.1.0",
  "title": "Column",
  "category": "advanced-blocks-pro",
  "icon": "columns",
  "description": "Transform your layout with the Column plugin for Gutenberg. Easily organize your content into stunning, multi-column designs with customizable spacing, background, and borders.",
  "supports": {
    "html": false,
    "advancedBlocksPro": {
      "wrapper": {
        "_background": true
      }
    }
  },
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "column_width": {
      "type": "string"
    },
    "vertical_align": {
      "type": "string"
    }
  },
  "textdomain": "advanced-blocks-pro",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "file:script.js"
}