If I'm adding a plain text alternative title field on any content type, for example field_breadcrumb_title and using this field machine name in the easy_breadcrumb settings, the module doesn't use the value of this field in the breadcrumb.
When I'm looking in the file EasyBreadcrumbBuilder.php in the function getTitleString, the titleResolver->getTitle doesn't use the TitleResolver.php from the easy_breadcrumb module but uses the core TitleResolverInterface instead. So it never passes the part in the easy_breadcrumb TitleResolver.php file were the alternative field is being picked up.
Am I right or am I missing something here?
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.