{"type":"collectionView","alias":"My.CollectionView.Alias","name":"My Collection View","element":"/App_Plugins/my-collection-view/my-collection-view.js","meta":{"label":"Table","icon":"icon-list","pathName":"table"},"conditions":[{"alias":"Umb.Condition.CollectionAlias","match":"Umb.Collection.Document"// Type of entity to display in this collection view}]}
Implementation
Implement your Collection View as a Lit element that extends UmbLitElement. This defines how a list of entities is rendered in your collection.
Common Collection Match Values
Use the match property in your manifest to target a specific collection type.
Match Value
Description
Umb.Collection.Document
Targets the Document collection (content items).
Umb.Collection.Media
Targets the Media collection (images, videos, files).