Skip to content

Commit 7199ed0

Browse files
authored
Media Table Collection View: Adds support for Label Templates (#19842)
Media Table Collection View: add label template support Fixes #19835.
1 parent 615fcdd commit 7199ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media/collection/views/table/media-table-collection-view.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class UmbMediaTableCollectionViewElement extends UmbLitElement {
108108
name: this.localize.string(item.header),
109109
alias: item.alias,
110110
elementName: item.elementName,
111+
labelTemplate: item.nameTemplate,
111112
allowSorting: true,
112113
};
113114
});

0 commit comments

Comments
 (0)