Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Missing breadcrumbs from 'landing page' Chapters #263

@jimafisk

Description

@jimafisk

Most of the landing pages are missing breadcrumbs. For example, the homepage currently looks like this:

missing_breadcrumbs_homepage

The Operating Budget landing page:

missing_breadcrumbs_operating_budget

The cabinets page looks like it's trying to add breadcrumbs, but not in the correct format:

broken_breadcrumbs_cabinets

In order to add breadcrumbs, you should use the existing breadcrumbs component, in a format that looks like this:

  {
    "breadcrumbs": [
      {
        "title": "Home",
        "url": "/"
      },
      {
        "title": "Budget",
        "url": "/budget"
      },
      {
        "title": "Operating Budget",
        "url": "/operating-budget",
        "local": true
      },
      {
        "current": "Cabinets"
      },
      {
        "published": "3/28/17"
      }
    ]
  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions