Corrected property-editor-ui aliases
This commit is contained in:
@@ -30,7 +30,7 @@ export const manifest: ManifestPropertyEditorSchema = {
|
||||
alias: 'startNode',
|
||||
label: 'Node type',
|
||||
description: '',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourcePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.Source',
|
||||
},
|
||||
],
|
||||
defaultData: [
|
||||
|
||||
@@ -19,7 +19,7 @@ const manifest: ManifestPropertyEditorUi = {
|
||||
alias: 'filter',
|
||||
label: 'Allow items of type',
|
||||
description: 'Select the applicable types',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourceTypePicker',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourceType',
|
||||
},
|
||||
{
|
||||
alias: 'showOpenButton',
|
||||
|
||||
Reference in New Issue
Block a user