remove double registration of toggle
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user