Text/Email property-editor change inputType to "Label"
as the "Dropdown" made it appear to be broken.
This commit is contained in:
@@ -5,7 +5,7 @@ const inputTypeConfig = {
|
||||
alias: 'inputType',
|
||||
label: 'Input type',
|
||||
description: 'Select input type',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Label',
|
||||
};
|
||||
|
||||
export const manifests: Array<ManifestPropertyEditorUi> = [
|
||||
|
||||
Reference in New Issue
Block a user