JSON:API Pathauto Breadcrumbs
No security coverage
Drupal 10–11
PHP >=8.2
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.
Depends on
Dependencies of the latest stable release
- jsonapi Drupal core
- jsonapi_extras Drupal core
- pathauto Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.1 | Stable | 10–11 | Sep 23, 2026 |