{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "suredash/navigation",
  "title": "Portal: Navigation",
  "description": "Display aside portal navigation.",
  "version": "1.0.0",
  "category": "suredash",
  "icon": "menu",
  "example": {},
  "attributes": {
    "spacegroupsgap": {
      "type": "string",
      "default": ""
    },
    "spacegrouptitlefirstspacegap": {
      "type": "string",
      "default": ""
    },
    "spacesgap": {
      "type": "string",
      "default": ""
    },
    "spaceGroupTypography": {
      "type": "object",
      "default": {}
    },
    "spaceTypography": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {
    "interactivity": false,
    "layout": false,
    "html": false,
    "multiple": false,
    "color": {
      "text": true,
      "background": true
    },
    "typography": {
      "fontSize": false,
      "lineHeight": false,
      "textAlign": false,
      "__experimentalFontWeight": false
    }
  },
  "render": "file:./view.php",
  "textdomain": "suredash",
  "editorScript": "file:./index.js",
  "style": [
    "portal-utility",
    "portal-global",
    "portal-archive",
    "portal-jodit",
    "portal-search",
    "portal-single",
    "file:./style-index.css",
    "file:./index.css"
  ],
  "editorStyle": [
    "file:./index.css"
  ]
}