{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/menuitem",
  "version": "1.0.0",
  "title": "Menu Item",
  "category": "omnipress",
  "icon": "<svg width='800px' height='800px' viewBox='0 0 1024 1024' className='icon'  version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M128 469.333333h85.333333v85.333334H128zM128 298.666667h85.333333v85.333333H128zM128 640h85.333333v85.333333H128zM128 128h85.333333v85.333333H128zM128 810.666667h85.333333v85.333333H128z' fill='#2196F3' /><path d='M298.666667 469.333333h597.333333v85.333334H298.666667zM298.666667 298.666667h597.333333v85.333333H298.666667zM298.666667 640h597.333333v85.333333H298.666667zM298.666667 128h597.333333v85.333333H298.666667zM298.666667 810.666667h597.333333v85.333333H298.666667z' fill='#2196F3' /></svg>",
  "description": " Menu blocks provide advanced customization options for creating custom Menu with features like background images, colors, content images, margins, paddings, and more..",
  "supports": {
    "html": false,
    "className": false,
    "dimensions": {
      "minHeight": false,
      "html": false
    }
  },
  "parent": [
    "omnipress/megamenu"
  ],
  "attributes": {
    "lists": {
      "type": "object",
      "default": {}
    },
    "linkStyles": {
      "type": "object",
      "default": {}
    },
    "submenu": {
      "type": "object",
      "default": {
        "Border": {}
      }
    },
    "menuItem": {
      "type": "object",
      "default": {}
    },
    "content": {
      "type": "string"
    },
    "link": {
      "type": "string"
    },
    "isSubmenu": {
      "type": "boolean"
    },
    "icon": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "menuitem",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./index.css"
  ],
  "viewScript": [
    "file:./view.js"
  ]
}