Bugfix: CheckBox SchemaAlias
This commit is contained in:
committed by
Jacob Overgaard
parent
f4f1ae0bf1
commit
614f9f7e41
@@ -533,8 +533,8 @@ export const data: Array<UmbMockDataTypeModel> = [
|
||||
name: 'Checkbox List',
|
||||
id: 'dt-checkboxList',
|
||||
parent: null,
|
||||
editorAlias: 'Umbraco.CheckboxList',
|
||||
editorUiAlias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
editorAlias: 'Umbraco.CheckBoxList',
|
||||
editorUiAlias: 'Umb.PropertyEditorUi.CheckBoxList',
|
||||
hasChildren: false,
|
||||
isFolder: false,
|
||||
isDeletable: true,
|
||||
|
||||
@@ -3,8 +3,8 @@ import type { ManifestPropertyEditorSchema } from '@umbraco-cms/backoffice/exten
|
||||
export const manifest: ManifestPropertyEditorSchema = {
|
||||
type: 'propertyEditorSchema',
|
||||
name: 'Checkbox List',
|
||||
alias: 'Umbraco.CheckboxList',
|
||||
alias: 'Umbraco.CheckBoxList',
|
||||
meta: {
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckBoxList',
|
||||
},
|
||||
};
|
||||
|
||||
@@ -2,12 +2,12 @@ import type { ManifestPropertyEditorUi } from '@umbraco-cms/backoffice/extension
|
||||
|
||||
export const manifest: ManifestPropertyEditorUi = {
|
||||
type: 'propertyEditorUi',
|
||||
alias: 'Umb.PropertyEditorUi.CheckboxList',
|
||||
alias: 'Umb.PropertyEditorUi.CheckBoxList',
|
||||
name: 'Checkbox List Property Editor UI',
|
||||
element: () => import('./property-editor-ui-checkbox-list.element.js'),
|
||||
meta: {
|
||||
label: 'Checkbox List',
|
||||
propertyEditorSchemaAlias: 'Umbraco.CheckboxList',
|
||||
propertyEditorSchemaAlias: 'Umbraco.CheckBoxList',
|
||||
icon: 'icon-bulleted-list',
|
||||
group: 'lists',
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user