make collections on item page into an input

This commit is contained in:
lotte
2022-07-15 11:41:38 +02:00
parent e4f483c308
commit e9372395f4

View File

@@ -30,7 +30,7 @@ export class CollectionsComponent implements OnInit {
label = 'item.page.collections'; label = 'item.page.collections';
separator = '<br/>'; @Input() separator = '<br/>';
/** /**
* Amount of mapped collections that should be fetched at once. * Amount of mapped collections that should be fetched at once.