mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
113124: Allow opening ds-metadata-uri-values links in a new window
This commit is contained in:
@@ -37,4 +37,10 @@ export class MetadataUriValuesComponent extends MetadataValuesComponent {
|
||||
* The label for this iteration of metadata values
|
||||
*/
|
||||
@Input() label: string;
|
||||
|
||||
/**
|
||||
* The target attribute for the metadata links.
|
||||
* Defaults to '_blank' to open links in a new window/tab.
|
||||
*/
|
||||
@Input() linkTarget = '_blank';
|
||||
}
|
||||
|
Reference in New Issue
Block a user