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(1mo ago)00GPL-2.0-or-laterPHPPHP ^8.2

Since Jun 26Pushed 1mo agoCompare

[ 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 2w ago

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

37

—

LowBetter than 81% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

45d 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

103574.3k67](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

40543.5k](/packages/wazum-sluggi)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

571.8M9](/packages/yoast-seo-for-typo3-yoast-seo)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.6M84](/packages/typo3-cms-redirects)[web-vision/wv_deepltranslate

DeepL Translate (CORE) - This extension provides option to translate content element, and TCA record texts to DeepL supported languages.

34311.2k](/packages/web-vision-wv-deepltranslate)[friendsoftypo3/visual-editor

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

6010.0k3](/packages/friendsoftypo3-visual-editor)

PHPackages © 2026

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