diff --git a/src/app/item-page/field-components/collections/collections.component.ts b/src/app/item-page/field-components/collections/collections.component.ts index 23aff80160..34b1385f46 100644 --- a/src/app/item-page/field-components/collections/collections.component.ts +++ b/src/app/item-page/field-components/collections/collections.component.ts @@ -30,7 +30,7 @@ export class CollectionsComponent implements OnInit { label = 'item.page.collections'; - separator = '
'; + @Input() separator = '
'; /** * Amount of mapped collections that should be fetched at once.