{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenify-mega-menu/mega-menu",
  "version": "1.0.3",
  "title": "Gutenify Mega Menu",
  "category": "gutenify",
  "icon": "menu",
  "description": "A customizable mega menu block with support for links, external links, and images.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "full",
      "wide"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "layout": {
      "allowEditing": true,
      "allowOrientation": false,
      "allowVerticalAlignment": false,
      "default": {
        "type": "flex",
        "orientation": "horizontal"
      }
    }
  },
  "attributes": {
    "toggleIconSvg": {
      "type": "string",
      "default": ""
    },
    "toggleIconType": {
      "type": "string",
      "default": "standard"
    },
    "toggleIconName": {
      "type": "string",
      "default": "menu"
    },
    "toggleIconColor": {
      "type": "string",
      "default": ""
    },
    "toggleBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "dropdownBgColor": {
      "type": "string",
      "default": ""
    },
    "mobileBgColor": {
      "type": "string",
      "default": ""
    },
    "dropdownTextColor": {
      "type": "string",
      "default": ""
    },
    "dropdownTitleColor": {
      "type": "string",
      "default": ""
    },
    "linkColor": {
      "type": "string",
      "default": ""
    },
    "linkHoverColor": {
      "type": "string",
      "default": ""
    },
    "dropdownTop": {
      "type": "string",
      "default": "139%"
    },
    "backIconColor": {
      "type": "string",
      "default": ""
    },
    "backButtonColor": {
      "type": "string",
      "default": ""
    },
    "backButtonText": {
      "type": "string",
      "default": "Back To Main"
    },
    "toggleCloseIconColor": {
      "type": "string",
      "default": ""
    },
    "dropdownOnClick": {
      "type": "boolean",
      "default": false
    },
    "dropdownBorder": {
      "type": "object",
      "default": {}
    },
    "dropdownBorderRadius": {
      "type": "object",
      "default": {}
    },
    "dropdownLinkColor": {
      "type": "string",
      "default": ""
    },
    "dropdownLinkHoverColor": {
      "type": "string",
      "default": ""
    },
    "dropdownWidth": {
      "type": "string",
      "default": "100vw"
    },
    "titleVisibility": {
      "type": "string",
      "default": "always"
    }
  },
  "textdomain": "gutenify-mega-menu",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}