Collections: Updating data-type config descriptions

This commit is contained in:
leekelleher
2024-02-12 11:58:10 +00:00
parent 7416ff9b9d
commit e46c800e3a
2 changed files with 13 additions and 13 deletions

View File

@@ -14,27 +14,27 @@ export const manifest: ManifestPropertyEditorSchema = {
description: 'Number of items per page.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number',
},
{
alias: 'orderDirection',
label: 'Order Direction',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection',
},
{
alias: 'includeProperties',
label: 'Columns Displayed',
description: 'The properties that will be displayed for each column',
description: 'The properties that will be displayed for each column.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration',
},
{
alias: 'orderBy',
label: 'Order By',
description: 'The properties that will be displayed for each column',
description: 'The default sort order for the list.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.OrderBy',
},
{
alias: 'orderDirection',
label: 'Order Direction',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection',
},
{
alias: 'bulkActionPermissions',
label: 'Bulk Action Permissions',
description: 'The properties that will be displayed for each column',
description: 'The bulk actions that are allowed from the list view.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions',
},
],

View File

@@ -19,31 +19,31 @@ const manifest: ManifestPropertyEditorUi = {
{
alias: 'layouts',
label: 'Layouts',
description: 'The properties that will be displayed for each column',
description: 'The properties that will be displayed for each column.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration',
},
{
alias: 'icon',
label: 'Content app icon',
description: 'The icon of the listview content app',
description: 'The icon of the listview content app.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker',
},
{
alias: 'tabName',
label: 'Content app name',
description: 'The name of the listview content app (default if empty: Child Items)',
description: 'The name of the listview content app (default if empty: Child Items).',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
},
{
alias: 'showContentFirst',
label: 'Show Content App First',
description: 'Enable this to show the content app by default instead of the list view app',
description: 'Enable this to show the content app by default instead of the list view app.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
},
{
alias: 'useInfiniteEditor',
label: 'Edit in Infinite Editor',
description: 'Enable this to use infinite editing to edit the content of the list view',
description: 'Enable this to use infinite editing to edit the content of the list view.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle',
},
],