PHPackages                             gmartino/breadcrumb-labels-uid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gmartino/breadcrumb-labels-uid

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

gmartino/breadcrumb-labels-uid
==============================

Restores the pre-v14 backend behaviour of appending the record uid to breadcrumb labels.

1.0.0(today)00GPL-2.0-or-laterPHPPHP ^8.2

Since Jun 26Pushed todayCompare

[ Source](https://github.com/gmartino27/breadcrumb-labels-uid)[ Packagist](https://packagist.org/packages/gmartino/breadcrumb-labels-uid)[ RSS](/packages/gmartino-breadcrumb-labels-uid/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Breadcrumb Labels UID
=====================

[](#breadcrumb-labels-uid)

TYPO3 v14 backend extension that restores the behaviour known from TYPO3 versions before v14: the record uid is appended to the current record's breadcrumb label (e.g. `My page [42]`).

Why
---

[](#why)

Since TYPO3 v14 the backend breadcrumb no longer shows the record uid. This extension brings it back without patching the core, as a drop-in package that can be installed via Composer.

Screenshots
-----------

[](#screenshots)

The record uid is shown again in the backend breadcrumb — for pages and records, in both the Page and Records modules:

[![Page module breadcrumb showing the page uid, e.g. "Camino [1]"](Documentation/Images/breadcrumb-page.png)](Documentation/Images/breadcrumb-page.png)

[![Page module breadcrumb showing the current record uid, e.g. "Camino Route Comparison … [7]"](Documentation/Images/breadcrumb-subpage.png)](Documentation/Images/breadcrumb-subpage.png)

[![Records module breadcrumb showing a record uid, e.g. "Footer navigation [2]"](Documentation/Images/breadcrumb-records.png)](Documentation/Images/breadcrumb-records.png)

How it works
------------

[](#how-it-works)

The core `TYPO3\CMS\Backend\Breadcrumb\RecordBreadcrumbProvider` is `final` and `@internal`, so it cannot be subclassed. The breadcrumb component instead selects providers by priority (highest `getPriority()` first) and uses the first one whose `supports()` returns `true`.

This extension registers `Gmartino\BreadcrumbLabelsUid\Breadcrumb\RecordUidBreadcrumbProvider` with a higher priority. It decorates the core provider: breadcrumb generation is fully delegated to the core provider, and only the label of the resulting current-record node is post-processed to append ` [uid]` (idempotently — an existing suffix is never duplicated).

Installation
------------

[](#installation)

```
composer require gmartino/breadcrumb-labels-uid
```

In TYPO3 Composer mode the extension is active immediately. Flush the backend caches afterwards:

```
vendor/bin/typo3 cache:flush
```

Compatibility
-------------

[](#compatibility)

- TYPO3 v14
- PHP 8.2+

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6907855?v=4)[Gianluigi Martino](/maintainers/gmartino27)[@gmartino27](https://github.com/gmartino27)

---

Top Contributors

[![gmartino27](https://avatars.githubusercontent.com/u/6907855?v=4)](https://github.com/gmartino27 "gmartino27 (5 commits)")

---

Tags

backendTYPO3 CMSbreadcrumb

### Embed Badge

![Health badge](/badges/gmartino-breadcrumb-labels-uid/health.svg)

```
[![Health](https://phpackages.com/badges/gmartino-breadcrumb-labels-uid/health.svg)](https://phpackages.com/packages/gmartino-breadcrumb-labels-uid)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[ichhabrecht/content-defender

Define allowed or denied content element types in your backend layouts

903.1M24](/packages/ichhabrecht-content-defender)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

523.1k2](/packages/friendsoftypo3-visual-editor)[netresearch/t3-cowriter

With the help of AI you can now work on a page together with a cowriter - a digital assistant that helps you to write your content.

1011.5k](/packages/netresearch-t3-cowriter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
