How to change the breadcrumbs' uppercasing of each word on a listing/edit/create page?

I have tried:
protected static ?string $navigationLabel = 'Cars users like';
protected static ?string $navigationLabel = 'Cars users like';
and
protected static ?string $title = 'Cars user like';
protected static ?string $title = 'Cars user like';
and
protected ?string $heading = 'Cars users like';
protected ?string $heading = 'Cars users like';
and
protected static ?string $pluralModelLabel = 'Cars users like';
protected static ?string $pluralModelLabel = 'Cars users like';
But nothing works and the breadcrumb is uppercasing every word like "Cars Users Like" instead of prefered "Cars users like". By trying things out I have found out that $pluralModelLabel is in fact used to make breadcrumbs. The problem is that uppercasing each word looks much worse in my language that is not English. How do I turn off the uppercasing of each word in breadcrumbs?
1 Reply
Wirkhof
WirkhofOP9mo ago
I guess we will need to enter another undocumented feature 😭 Why are so many things undocumented? The solution is: protected static ?string $breadcrumb = "Cars users like"; but I haven't found it in the documentation.
Want results from more Discord servers?
Add your server