diff --git a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type/data-type.data.ts b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type/data-type.data.ts index 74f5acfcd3..b05cea02f5 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type/data-type.data.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type/data-type.data.ts @@ -810,7 +810,7 @@ export const data: Array = [ isDeletable: false, canIgnoreStartNodes: false, values: [ - { alias: 'pageSize', value: 2 }, + { alias: 'pageSize', value: 25 }, { alias: 'orderDirection', value: 'desc' }, { alias: 'includeProperties', @@ -844,6 +844,51 @@ export const data: Array = [ { alias: 'useInfiniteEditor', value: true }, ], }, + { + name: 'Collection View - Media', + id: '3a0156c4-3b8c-4803-bdc1-6871faa83fff', + parent: null, + editorAlias: 'Umbraco.ListView', + editorUiAlias: 'Umb.PropertyEditorUi.CollectionView', + hasChildren: false, + isFolder: false, + isDeletable: false, + canIgnoreStartNodes: false, + values: [ + { alias: 'pageSize', value: 2 }, + { alias: 'orderDirection', value: 'desc' }, + { + alias: 'includeProperties', + value: [ + { alias: 'sortOrder', header: 'Sort order', isSystem: true, nameTemplate: '' }, + { alias: 'updateDate', header: 'Last edited', isSystem: true }, + { alias: 'owner', header: 'Created by', isSystem: true }, + ], + }, + { alias: 'orderBy', value: 'updateDate' }, + { + alias: 'bulkActionPermissions', + value: { + allowBulkPublish: false, + allowBulkUnpublish: false, + allowBulkCopy: true, + allowBulkMove: true, + allowBulkDelete: true, + }, + }, + { + alias: 'layouts', + value: [ + { icon: 'icon-grid', isSystem: true, name: 'Grid', path: '', selected: true }, + { icon: 'icon-list', isSystem: true, name: 'Table', path: '', selected: true }, + ], + }, + { alias: 'icon', value: 'icon-layers' }, + { alias: 'tabName', value: 'Items' }, + { alias: 'showContentFirst', value: false }, + { alias: 'useInfiniteEditor', value: true }, + ], + }, { name: 'Icon Picker', id: 'dt-iconPicker',