Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Cms 2.1.6 Update released for Drupal core (2.1.6)! Release: Webform 6.3.1 Minor update available for module webform (6.3.1). Release: Webform 6.2.12 Minor update available for module webform (6.2.12). Release: Entity Usage 5.0.1 Minor update available for module entity_usage (5.0.1). Release: Editoria11y Accessibility Checker 3.0.9 Minor update available for module editoria11y (3.0.9). Release: Editoria11y Accessibility Checker 2.2.23 Minor update available for module editoria11y (2.2.23). Release: Project Browser 2.0.3 Minor update available for module project_browser (2.0.3). Release: Project Browser 2.1.5 Minor update available for module project_browser (2.1.5). Module Revived: Focal Point 2.1.3 Module focal_point updated after 22 months of inactivity (2.1.3). Usage Milestone: Drupal Mega Menu Module we_megamenu crossed 1,000 active installs.

JSON:API Pathauto Breadcrumbs

No security coverage Drupal 10–11 PHP >=8.2
View on drupal.org

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

Tracked releases
1
Tracked since
Sep 2026
Latest release
4 hours ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Core Release date
1.1.1 Stable 10–11 Sep 23, 2026