move action to textArea for testing purpose

This commit is contained in:
Niels Lyngsø
2023-01-09 11:40:15 +01:00
parent c18ee7414a
commit a8c006297b

View File

@@ -16,7 +16,7 @@ export const manifests: Array<ManifestPropertyAction> = [
name: 'Clear Property Action',
loader: () => import('./clear/property-action-clear.element'),
meta: {
propertyEditors: ['Umb.PropertyEditorUI.TextBox'],
propertyEditors: ['Umb.PropertyEditorUI.TextArea'],
},
},
];