From 2b8716b217947bb5164cb5a112df1f4d83444b18 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:16:48 +0200 Subject: [PATCH] remove duplicate config --- .../property-editors/uis/tiny-mce/manifests.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts index b84f765e3e..f3461a56dd 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts @@ -60,21 +60,6 @@ const manifest: ManifestPropertyEditorUi = { label: 'Hide Label', propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, - { - alias: 'imageUploadFolder', - label: 'Image Upload Folder', - description: 'Choose the upload location of pasted images', - propertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker', - config: [ - { - alias: 'validationLimit', - value: { - min: 1, - max: 1, - }, - }, - ], - }, ], }, },