From a8c006297b2e9f2a249e666ba2a07d38b36e1a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Mon, 9 Jan 2023 11:40:15 +0100 Subject: [PATCH] move action to textArea for testing purpose --- .../src/backoffice/shared/property-actions/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts index 1b5a1b4307..5b1fce9d23 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/manifests.ts @@ -16,7 +16,7 @@ export const manifests: Array = [ name: 'Clear Property Action', loader: () => import('./clear/property-action-clear.element'), meta: { - propertyEditors: ['Umb.PropertyEditorUI.TextBox'], + propertyEditors: ['Umb.PropertyEditorUI.TextArea'], }, }, ];