How to change the breadcrumbs' uppercasing of each word on a listing/edit/create page?
I have tried:
and
and
and
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
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.