Dear colleagues,
I am customizing the simple item view page in the file src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html.
One of the customizations involves displaying the titles of related items. Currently, I am using the following component to display the related items:
<ds-item-page-uri-field [item]="object"
[fields]="[ 'dc.relation.uri']"
[label]="'item.page.relation.uri'">
</ds-item-page-uri-field>
However, this component only displays the link of the related items. I would like to know the best approach to modify or extend this component to display the titles of the related items instead of the link.
Thank you in advance for your attention and collaboration.
Best regards, Lucas.