From bfda7372240ab477301ac654025d88b02ffc0e07 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 9 Jan 2023 16:10:54 +0100 Subject: [PATCH] remove double registration of toggle --- .../shared/property-editors/uis/manifests.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/manifests.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/manifests.ts index b30db89784..5749caf0c2 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/uis/manifests.ts @@ -44,18 +44,6 @@ export const manifests: Array = [ propertyEditorModel: 'Umbraco.BlockList', }, }, - { - type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Toggle', - name: 'Toggle Property Editor UI', - loader: () => import('./toggle/property-editor-ui-toggle.element'), - meta: { - label: 'Toggle', - icon: 'umb:checkbox', - group: 'common', - propertyEditorModel: 'Umbraco.TrueFalse', - }, - }, { type: 'propertyEditorUI', alias: 'Umb.PropertyEditorUI.CheckboxList',