{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/teams-block",
  "version": "0.1.0",
  "title": "Team",
  "category": "omnipress",
  "icon": "",
  "description": "Team Blocks provides customizable blocks for teams, enabling personalized features and functionalities to enhance collaboration and productivity.",
  "supports": {
    "className": true
  },
  "attributes": {
    "column": {
      "type": "number",
      "default": 3
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageWidth": {
      "type": "number"
    },
    "imageBottomSpacing": {
      "type": "string",
      "default": 0
    }
  },
  "textdomain": "omnipress",
  "style": [
    "file:../../../style-block-3.css"
  ]
}