{
  "vtex.menu@2.x:menu#categoryMenuFinal": {
    "props": {
      "experimentalOptimizeRendering": true,
      "blockClass": "custom-menu"   
    },
    "children": [      
      "menu-item#department-1",  
      "menu-item#department-2",  
      "menu-item#department-3",  
      "menu-item#department-4"  
    ],
    "title": "Category Mega Menu"
  },
  "menu-item#department-1": {
    "props": {
      "blockClass":"header-department-title",
      "id": "menu-item-department-1",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "href": "/proveedores",
        "type": "internal",
        "noFollow": true,
        "tagTitle": "",
        "text": "Mis proveedores"
      }
    }
  },
  "menu-item#department-2": {
    "props": {
      "blockClass":"header-department-title",
      "id": "menu-item-department-2",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "href": "#",
        "type": "internal",
        "noFollow": true,
        "tagTitle": "",
        "text": "Añadir proveedor"
      }
    }
  },
  "menu-item#department-3": {
    "props": {
      "blockClass":"header-department-title",
      "id": "menu-item-department-3",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "href": "#",
        "type": "internal",
        "noFollow": true,
        "tagTitle": "",
        "text": "Invitar usuario"
      }
    }
  },
  "menu-item#department-4": {
    "props": {
      "blockClass":"header-department-title",
      "id": "menu-item-department-4",
      "type": "custom",
      "iconId": null,
      "highlight": false,
      "itemProps": {
        "href": "#",
        "type": "internal",
        "noFollow": true,
        "tagTitle": "",
        "text": "Recomendar Kolmena"
      }
    }
  }
}
