{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenify-mega-menu/mega-menu-item-simple-submenu",
  "version": "1.0.0",
  "title": "General Sub Menu",
  "category": "gutenify",
  "parent": [
    "gutenify-mega-menu/mega-menu"
  ],
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    },
    "url": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js"
}