{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/navigation-submenu",
  "title" : "Refoundry Submenu",
  "category" : "design",
  "parent" : [
    "foundry/navigation"
  ],
  "description" : "Add a submenu to your navigation.",
  "textdomain" : "default",
  "attributes" : {
    "label" : {
      "type" : "string"
    },
    "type" : {
      "type" : "string"
    },
    "description" : {
      "type" : "string"
    },
    "rel" : {
      "type" : "string"
    },
    "postId" : {
      "type" : "number"
    },
    "opensInNewTab" : {
      "type" : "boolean",
      "default" : false
    },
    "url" : {
      "type" : "string"
    },
    "title" : {
      "type" : "string"
    },
    "kind" : {
      "type" : "string"
    },
    "isTopLevelItem" : {
      "type" : "boolean"
    }
  },
  "usesContext" : [
    "textColor",
    "customTextColor",
    "backgroundColor",
    "customBackgroundColor",
    "overlayTextColor",
    "customOverlayTextColor",
    "overlayBackgroundColor",
    "customOverlayBackgroundColor",
    "fontSize",
    "customFontSize",
    "showSubmenuIcon",
    "maxNestingLevel",
    "openSubmenusOnClick",
    "style",
    "itemPadding",
    "iconContent",
    "customIcon",
    "icon",
    "iconSize",
    "iconColor",
    "customIconRotation",
    "iconMode",
    "customIconColor",
    "customIconSecondaryColor"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}