{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "attributes": {
    "navigationRef": {
      "type": "integer",
      "default": 0
    },
    "dataAttributes": {
      "type": "object",
      "default": {}
    },
    "ariaAttributes": {
      "type": "object",
      "default": {}
    },
    "dropdownClassName": {
      "type": "string",
      "default": ""
    },
    "anchor": {
      "type": "string"
    }
  },
  "category": "theme",
  "description": "Bootstrap navbar navigation items. This block is in the RundizStrap Companion.",
  "editorScript": "file:./index.js",
  "example": {},
  "icon": "menu",
  "keywords": [
    "bootstrap",
    "navbar",
    "navigation",
    "menu"
  ],
  "name": "rundizstrap-companion/blocks-bs-navbar-navigation",
  "parent": [
    "rundizstrap-companion/blocks-bs-navbar-container",
    "rundizstrap-companion/blocks-bs-navbar-responsive-wrapper"
  ],
  "render": "file:./render.php",
  "supports": {
    "anchor": true,
    "className": true,
    "html": false
  },
  "textdomain": "rundizstrap-companion",
  "title": "Bootstrap navbar navigation",
  "version": "0.0.1"
}