{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/teams-block",
  "version": "0.1.0",
  "title": "Team",
  "category": "omnipress",
  "icon": " <svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='25.4' viewBox='0 0 25.4 25.4'><g id='team' transform='translate(-0.8 -3.8)'><path id='Path_19' data-name='Path 19' d='M25.5,31.5v-3a6,6,0,0,0-6-6H7.5a6,6,0,0,0-6,6v3' transform='translate(0 -3)' fill='none' stroke='#175fff' strokeLinecap='round' strokeLinejoin='round' strokeWidth='1.4' /><path id='Path_20' data-name='Path 20' d='M19.5,10.5a6,6,0,1,1-6-6A6,6,0,0,1,19.5,10.5Z' transform='translate(0.429)' fill='none' stroke='#175fff' strokeLinecap='round' strokeLinejoin='round' strokeWidth='1.4' /></g></svg>",
  "description": "Team Blocks provides customizable blocks for teams, enabling personalized features and functionalities to enhance collaboration and productivity.",
  "supports": {
    "html": false,
    "innerBlocks": true,
    "alignWide": true,
    "color": {
      "background": true,
      "gradients": true,
      "link": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "column": {
      "type": "number",
      "default": 3
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageWidth": {
      "type": "number"
    },
    "imageBottomSpacing": {
      "type": "string",
      "default": 0
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style-index.css",
  "style": "file:./style-index.css"
}