This project is not covered by Drupal’s security advisory policy.

Features

This module adds a list of breadcrumbs to the Path in the JSON:API resources like the following example

{
  path: {
    ...
    alias: "/projects/project-1",
    breadcrumbs: [
      {
        path: "/",
        label: "Home"
      },
      {
        path: "/projects",
        label: "Projects"
      },
      {
        path: "/projects/project-1",
        label: "Project 1"
      }
    ]
  }
}

Post-Installation

Navigate to /admin/config/services/jsonapi/resource_types and override a resource. Pathauto provides a Path field on which this applies. On the advanced operation you can select the Breadcrumbs Field enhancer.

Project information

Releases