{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/button",
  "version": "1.0.0",
  "title": "Button",
  "category": "omnipress",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='25.4' height='11.4' viewBox='0 0 25.4 11.4'><g id='button' transform='translate(-119.3 -30.3)'><path id='Path_4' data-name='Path 4' d='M5,0H19a5,5,0,0,1,0,10H5A5,5,0,0,1,5,0Z' transform='translate(120 31)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /><path id='Path_3' data-name='Path 3' d='M0,0H7' transform='translate(131 36)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_2' data-name='Path 2' d='M0,0H1' transform='translate(126 36)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /></g></svg>",
  "description": "Add buttons to redirect user to different webpages",
  "supports": {
    "html": false,
    "className": true,
    "dimensions": {
      "minHeight": false,
      "html": false
    }
  },
  "textdomain": "button",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": [
    "file:./view.js"
  ],
  "style": [
    "file:./index.css",
    "file:../../css/public/fontawesome.css"
  ]
}