{
  "apiVersion": 3,
  "name": "builderglut-two/column",
  "title": "Column",
  "category": "builderglut",
  "icon": "editor-insertmore",
  "description": "A single column within a container block",
  "parent": [
    "builderglut-two/container"
  ],
  "supports": {
    "html": false,
    "spacing": {
      "padding": true,
      "margin": true
    },
    "color": {
      "background": true,
      "text": true
    }
  },
  "attributes": {
    "width": {
      "type": "string",
      "default": "50%"
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:../../style.css"
}