{
  "apiVersion": 3,
  "name": "builderglut-two/container",
  "title": "Container",
  "category": "builderglut",
  "icon": "admin-page",
  "description": "A container block for wrapping other blocks",
  "supports": {
    "html": false,
    "spacing": {
      "padding": true,
      "margin": true
    },
    "color": {
      "background": true,
      "text": true
    }
  },
  "attributes": {
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:../../style.css"
}