{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/dualbutton",
  "version": "1.0.0",
  "title": "Dual Buttons",
  "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='dual-button' transform='translate(-71.3 -23.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(72 24)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /><path id='Path_3' data-name='Path 3' d='M0,0H7' transform='translate(83 29)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_2' data-name='Path 2' d='M0,0H1' transform='translate(78 29)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_4-2' data-name='Path 4' d='M5,0H19a5,5,0,0,1,0,10H5A5,5,0,0,1,5,0Z' transform='translate(72 38)' fill='#fff' stroke='#175fff' strokeWidth='1.4' /><path id='Path_3-2' data-name='Path 3' d='M0,0H7' transform='translate(83 43)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /><path id='Path_2-2' data-name='Path 2' d='M0,0H1' transform='translate(78 43)' fill='none' stroke='#175fff' strokeLinecap='round' strokeWidth='1.4' /></g></svg>",
  "description": "Design a Dual Button in the Gutenberg editor with unique features and capabilities for each button. You can easily insert icons, text, and various customization options between the buttons to serve as dividers and enhance the overall design",
  "supports": {
    "html": false,
    "className": true,
    "dimensions": {
      "minHeight": false,
      "html": false
    }
  },
  "textdomain": "dualbutton",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./index.css",
    "file:../../css/font-awesome5.css"
  ]
}