Breadcrumbs

Version- 1.0.0

Uses

The Breadcrumbs component is used within dynamic collections of public-page.

Attributes

{
  "attributes": {
    "separator": {
      "type": "string",
      "default": "/",
      "required": true
    },
    "variation": {
      "type": "enumeration",
      "enum": ["default", "simple", "minimal"],
      "default": "default"
    },
    "style": {
      "type": "component",
      "repeatable": false,
      "component": "config.style-section"
    },
    "items": {
      "type": "json"
    }
  }
}