{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caliph/responsive-nav-menu",
  "version": "1.0.0",
  "title": "Responsive Navigation Menu",
  "category": "widgets",
  "icon": "menu",
  "description": "A responsive navigation menu that transforms into an accordion on mobile devices.",
  "textdomain": "caliph",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.scss",
  "style": "file:./style.scss",
  "viewScript": "file:./view.js",
  "attributes": {
    "menuTitle": {
      "type": "string",
      "default": "MENU"
    },
    "menuItems": {
      "type": "array",
      "default": []
    },
    "titleColor": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-4)"
    },
    "linkColor": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-4)"
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "menuDirection": {
      "type": "string",
      "default": "vertical"
    },
    "menuDirectionTablet": {
      "type": "string",
      "default": "vertical"
    },
    "menuDirectionMobile": {
      "type": "string",
      "default": "vertical"
    },
    "menuWidth": {
      "type": "string",
      "default": "auto"
    },
    "menuWidthTablet": {
      "type": "string",
      "default": "auto"
    },
    "menuWidthMobile": {
      "type": "string",
      "default": "100%"
    },
    "menuHeight": {
      "type": "string",
      "default": "auto"
    },
    "menuHeightTablet": {
      "type": "string",
      "default": "auto"
    },
    "menuHeightMobile": {
      "type": "string",
      "default": "auto"
    },
    "itemSpacing": {
      "type": "string",
      "default": "0.5rem"
    },
    "itemSpacingTablet": {
      "type": "string",
      "default": "0.5rem"
    },
    "itemSpacingMobile": {
      "type": "string",
      "default": "0.75rem"
    },
    "enableAccordion": {
      "type": "boolean",
      "default": true
    },
    "showToggleIcon": {
      "type": "boolean",
      "default": true
    },
    "toggleIconPosition": {
      "type": "string",
      "default": "right"
    },
    "containerBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "containerBorderColor": {
      "type": "string",
      "default": ""
    },
    "containerBorderWidth": {
      "type": "string",
      "default": "0px"
    },
    "containerBorderRadius": {
      "type": "string",
      "default": "0px"
    },
    "titleFontFamily": {
      "type": "string",
      "default": ""
    },
    "titleFontSize": {
      "type": "string",
      "default": "clamp(16px,1vw,20px)"
    },
    "titleFontWeight": {
      "type": "string",
      "default": "600"
    },
    "titleLineHeight": {
      "type": "string",
      "default": "1.4"
    },
    "titleLetterSpacing": {
      "type": "string",
      "default": "0px"
    },
    "menuItemFontFamily": {
      "type": "string",
      "default": ""
    },
    "menuItemFontSize": {
      "type": "string",
      "default": "1rem"
    },
    "menuItemFontWeight": {
      "type": "string",
      "default": "400"
    },
    "menuItemLineHeight": {
      "type": "string",
      "default": "1.5"
    },
    "menuItemLetterSpacing": {
      "type": "string",
      "default": "0px"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "background": true,
      "text": true,
      "link": true
    }
  }
}