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
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Decoupled
- Ecosystem: JSON:API Extras, Pathauto
27 sites report using this module
- Created by yoerioptr on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
