40416: Thumbnail fix + clean up

This commit is contained in:
Lotte Hofstede
2017-05-10 13:03:53 +02:00
parent 6652f61770
commit 9906dd59e3
21 changed files with 103 additions and 47 deletions

View File

@@ -7,8 +7,12 @@ import { MetadataValuesComponent } from "../metadata-values/metadata-values.comp
templateUrl: './metadata-uri-values.component.html'
})
export class MetadataUriValuesComponent extends MetadataValuesComponent {
@Input() linktext: any;
@Input() values: any;
@Input() separator: string;
@Input() label: string;
}