remove double registration of toggle

This commit is contained in:
Mads Rasmussen
2023-01-09 16:10:54 +01:00
parent f1ca405e33
commit bfda737224

View File

@@ -44,18 +44,6 @@ export const manifests: Array<ManifestPropertyEditorUI> = [
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',