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',