{
  "apiVersion": 3,
  "name": "custom/taxonomy-submenu",
  "title": "Taxonomy Submenu",
  "category": "widgets",
  "parent": ["core/navigation"],
  "attributes": {
    "taxonomy": { "type": "string", "default": "category" },
    "taxonomyName": { "type": "string", "default": "" },
    "label": { "type": "string", "default": "" },
    "url": { "type": "string", "default": "" },
    "headingColor": { "type": "string", "default": "" },
    "submenuBg": { "type": "string", "default": "" },
    "submenuTextColor": { "type": "string", "default": "" },
    "submenuPadding": { "type": "object", "default": { "top":"8px","right":"12px","bottom":"8px","left":"12px" } },
    "submenuWidth": { "type": "string", "default": "" },
    "submenuBoxShadow": { "type": "string", "default": "" },
    "submenuBorderRadius": { "type": "string", "default": "" },
    "submenuBorder": {
      "type": "object",
      "default": {
        "top": {}, "right": {}, "bottom": {}, "left": {}
      }
    },
    "submenuItemBg": { "type": "string", "default": "" },
    "submenuItemHoverBg": { "type": "string", "default": "" },
    "submenuItemPadding": { "type": "object", "default": { "top":"8px","right":"12px","bottom":"8px","left":"12px" } },
    "submenuItemBorder": {
      "type": "object",
      "default": {
        "top": {}, "right": {}, "bottom": {}, "left": {}
      }
    },
    "submenuItemRadius": { "type": "string", "default": "" },
    "submenuItemTextAlign": { "type": "string", "default": "" },
    "submenuItemHoverTextColor": { "type": "string", "default": "" }
  },
  "supports": {
    "typography": {"fontSize": true, "fontFamily": true, "lineHeight": true, "textDecoration": true, "textTransform": true, "letterSpacing": true },
    "spacing": { "padding": true, "margin": true },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "__experimentalSelector": ".taxonomy-submenu"
  },
  "editorScript": "file:./build/index.js",
  "render": "file:./src/render.php"
}
