{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/innercolumn",
  "version": "1.0.0",
  "title": "Inner column",
  "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='column' transform='translate(-455.3 -47.21)'><path id='Path_65' data-name='Path 65' d='M2,0H8a2,2,0,0,1,2,2V22a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z' transform='translate(456 47.91)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /><path id='Path_64' data-name='Path 64' d='M2,0H8a2,2,0,0,1,2,2V22a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0Z' transform='translate(470 47.91)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /></g></svg>",
  "description": "Inner Column blocks allow easy content structuring, making visually appealing and responsive web page layouts",
  "supports": {
    "html": false,
    "className": true,
    "dimensions": {
      "minHeight": false,
      "html": false
    }
  },
  "textdomain": "omnipress",
  "editorScript": "file:./index.js",
  "style": [
    "file:./style-index.css"
  ]
}