dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

Allow opening ds-metadata-uri-values links in a new window

Open alanorth opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. It would be nice if we could indicate that metadata using the <ds-metadata-uri-values> selector on the simple item page could be opened in a new window (ie target=_blank in HTML). The rationale is that, if the user clicks a link that leads away from our site, we want it to open in a new window.

Describe the solution you'd like We should add a new optional @Input to the <ds-metadata-uri-values> selector to allow specifying the link target. This could be passed to the component by other components, for example the <ds-item-page-uri-field> selector.

alanorth avatar Feb 26 '24 13:02 alanorth