From b68e25ce1baac6a99d9d41ae45adfcb8b793ca94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 31 May 2023 14:45:50 +0200 Subject: [PATCH] Umb.PropertyEditorUI to Umb.PropertyEditorUi --- .../src/mocks/data/data-type.data.ts | 72 +++++++++---------- .../property-editor-config.stories.ts | 2 +- .../ref-property-editor-ui.stories.ts | 6 +- .../core/property-actions/manifests.ts | 4 +- .../models/Umbraco.BlockGrid.ts | 12 ++-- .../models/Umbraco.BlockList.ts | 6 +- .../models/Umbraco.CheckboxList.ts | 2 +- .../models/Umbraco.ColorPicker.EyeDropper.ts | 2 +- .../models/Umbraco.ColorPicker.ts | 6 +- .../models/Umbraco.DateTime.ts | 4 +- .../models/Umbraco.Decimal.ts | 8 +-- .../models/Umbraco.Dropdown.Flexible.ts | 2 +- .../models/Umbraco.EmailAddress.ts | 2 +- .../models/Umbraco.IconPicker.ts | 2 +- .../models/Umbraco.ImageCropper.ts | 4 +- .../models/Umbraco.Integer.ts | 8 +-- .../property-editors/models/Umbraco.JSON.ts | 2 +- .../property-editors/models/Umbraco.Label.ts | 4 +- .../models/Umbraco.ListView.ts | 12 ++-- .../models/Umbraco.MarkdownEditor.ts | 2 +- .../models/Umbraco.MediaPicker3.ts | 16 ++--- .../models/Umbraco.MemberGroupPicker.ts | 2 +- .../models/Umbraco.MemberPicker.ts | 2 +- .../models/Umbraco.MultiNodeTreePicker.ts | 8 +-- .../models/Umbraco.MultiUrlPicker.ts | 8 +-- .../models/Umbraco.MultipleTextString.ts | 6 +- .../models/Umbraco.RadioButtonList.ts | 2 +- .../property-editors/models/Umbraco.Slider.ts | 6 +- .../property-editors/models/Umbraco.Tags.ts | 6 +- .../models/Umbraco.TextArea.ts | 4 +- .../models/Umbraco.TextBox.ts | 4 +- .../models/Umbraco.TinyMCE.ts | 6 +- .../models/Umbraco.TrueFalse.ts | 2 +- .../models/Umbraco.UploadField.ts | 4 +- .../models/Umbraco.UserPicker.ts | 2 +- .../config/block-configuration/manifests.ts | 2 +- .../config/group-configuration/manifests.ts | 2 +- .../config/stylesheet-picker/manifests.ts | 2 +- .../uis/block-grid/manifests.ts | 8 +-- .../config/block-configuration/manifests.ts | 2 +- .../uis/block-list/manifests.ts | 10 +-- .../uis/checkbox-list/manifests.ts | 4 +- .../bulk-action-permissions/manifests.ts | 2 +- .../config/column-configuration/manifests.ts | 2 +- .../config/layout-configuration/manifests.ts | 2 +- .../config/order-by/manifests.ts | 2 +- .../uis/collection-view/manifests.ts | 12 ++-- .../uis/color-picker/manifests.ts | 2 +- .../uis/date-picker/manifests.ts | 4 +- .../uis/dropdown/manifests.ts | 6 +- .../uis/eye-dropper/manifests.ts | 6 +- .../uis/icon-picker/manifests.ts | 2 +- .../uis/image-cropper/manifests.ts | 2 +- .../image-crops-configuration/manifests.ts | 2 +- .../property-editors/uis/label/manifests.ts | 2 +- .../core/property-editors/uis/manifests.ts | 2 +- .../uis/markdown-editor/manifests.ts | 8 +-- .../uis/media-picker/manifests.ts | 2 +- .../uis/member-group-picker/manifests.ts | 2 +- .../uis/member-picker/manifests.ts | 2 +- .../uis/multi-url-picker/manifests.ts | 6 +- .../uis/multiple-text-string/manifests.ts | 2 +- .../uis/number-range/manifests.ts | 2 +- .../property-editors/uis/number/manifests.ts | 6 +- .../uis/order-direction/manifests.ts | 2 +- .../uis/overlay-size/manifests.ts | 2 +- .../uis/radio-button-list/manifests.ts | 4 +- .../property-editors/uis/slider/manifests.ts | 10 +-- .../uis/text-box/manifests.ts | 6 +- .../uis/textarea/manifests.ts | 8 +-- .../config/configuration/manifests.ts | 2 +- .../uis/tiny-mce/manifests.ts | 8 +-- .../property-editors/uis/toggle/manifests.ts | 10 +-- .../config/start-node/manifests.ts | 2 +- .../uis/tree-picker/manifests.ts | 8 +-- .../uis/upload-field/manifests.ts | 2 +- .../uis/user-picker/manifests.ts | 2 +- .../uis/value-type/manifests.ts | 2 +- .../workspace-property.stories.ts | 2 +- .../property-editors/Umbraco.ContentPicker.ts | 4 +- .../document-picker/manifests.ts | 8 +-- .../tags/config/storage-type/manifests.ts | 2 +- .../tags/property-editors/tags/manifests.ts | 2 +- .../stories/extending/property-editors.mdx | 4 +- 84 files changed, 219 insertions(+), 219 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts index 46e4938a7b..970d4b0b42 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/data/data-type.data.ts @@ -25,7 +25,7 @@ export const data: Array = parentId: null, name: 'Textstring', propertyEditorAlias: 'Umbraco.TextBox', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', values: [], }, { @@ -35,7 +35,7 @@ export const data: Array = id: 'dt-textBox', parentId: null, propertyEditorAlias: 'Umbraco.TextBox', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', values: [ { alias: 'maxChars', @@ -50,7 +50,7 @@ export const data: Array = id: 'dt-textArea', parentId: null, propertyEditorAlias: 'Umbraco.TextArea', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.TextArea', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextArea', values: [], }, { @@ -70,7 +70,7 @@ export const data: Array = id: 'dt-colorPicker', parentId: null, propertyEditorAlias: 'Umbraco.ColorPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.ColorPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.ColorPicker', values: [ { alias: 'useLabel', @@ -126,7 +126,7 @@ export const data: Array = id: 'dt-contentPicker', parentId: null, propertyEditorAlias: 'Umbraco.ContentPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.DocumentPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.DocumentPicker', values: [ { alias: 'validationLimit', @@ -141,7 +141,7 @@ export const data: Array = id: 'dt-eyeDropper', parentId: null, propertyEditorAlias: 'Umbraco.ColorPicker.EyeDropper', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.EyeDropper', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.EyeDropper', values: [ { //showPalette @@ -178,7 +178,7 @@ export const data: Array = id: 'dt-multiUrlPicker', parentId: null, propertyEditorAlias: 'Umbraco.MultiUrlPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiUrlPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiUrlPicker', values: [ { alias: 'overlaySize', @@ -209,7 +209,7 @@ export const data: Array = id: 'dt-multiNodeTreePicker', parentId: null, propertyEditorAlias: 'Umbraco.MultiNodeTreePicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.TreePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker', values: [], }, { @@ -219,7 +219,7 @@ export const data: Array = id: 'dt-datePicker', parentId: null, propertyEditorAlias: 'Umbraco.DateTime', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker', values: [ { alias: 'format', @@ -261,7 +261,7 @@ export const data: Array = id: 'dt-time', parentId: null, propertyEditorAlias: 'Umbraco.DateTime', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker', values: [ { alias: 'format', @@ -280,7 +280,7 @@ export const data: Array = id: 'dt-email', parentId: null, propertyEditorAlias: 'Umbraco.EmailAddress', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Email', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Email', values: [], }, { @@ -290,7 +290,7 @@ export const data: Array = id: 'dt-multipleTextString', parentId: null, propertyEditorAlias: 'Umbraco.MultipleTextString', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MultipleTextString', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MultipleTextString', values: [ { alias: 'minNumber', @@ -309,7 +309,7 @@ export const data: Array = id: 'dt-dropdown', parentId: null, propertyEditorAlias: 'Umbraco.DropDown.Flexible', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Dropdown', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown', values: [], }, { @@ -319,7 +319,7 @@ export const data: Array = id: 'dt-slider', parentId: null, propertyEditorAlias: 'Umbraco.Slider', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Slider', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Slider', values: [ { alias: 'enableRange', @@ -354,7 +354,7 @@ export const data: Array = id: 'dt-toggle', parentId: null, propertyEditorAlias: 'Umbraco.TrueFalse', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', values: [ { alias: 'default', @@ -381,7 +381,7 @@ export const data: Array = id: 'dt-tags', parentId: null, propertyEditorAlias: 'Umbraco.Tags', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Tags', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Tags', values: [ { alias: 'group', @@ -400,7 +400,7 @@ export const data: Array = id: 'dt-markdownEditor', parentId: null, propertyEditorAlias: 'Umbraco.MarkdownEditor', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MarkdownEditor', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MarkdownEditor', values: [], }, { @@ -410,7 +410,7 @@ export const data: Array = id: 'dt-radioButtonList', parentId: null, propertyEditorAlias: 'Umbraco.RadioButtonList', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.RadioButtonList', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.RadioButtonList', values: [ { alias: 'items', @@ -429,7 +429,7 @@ export const data: Array = id: 'dt-checkboxList', parentId: null, propertyEditorAlias: 'Umbraco.CheckboxList', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.CheckboxList', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckboxList', values: [ { alias: 'items', @@ -448,7 +448,7 @@ export const data: Array = id: 'dt-blockList', parentId: null, propertyEditorAlias: 'Umbraco.BlockList', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockList', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockList', values: [], }, { @@ -458,7 +458,7 @@ export const data: Array = id: 'dt-mediaPicker', parentId: null, propertyEditorAlias: 'Umbraco.MediaPicker3', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MediaPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker', values: [], }, { @@ -468,7 +468,7 @@ export const data: Array = id: 'dt-imageCropper', parentId: null, propertyEditorAlias: 'Umbraco.ImageCropper', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.ImageCropper', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.ImageCropper', values: [], }, { @@ -478,7 +478,7 @@ export const data: Array = id: 'dt-uploadField', parentId: null, propertyEditorAlias: 'Umbraco.UploadField', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.UploadField', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.UploadField', values: [ { alias: 'fileExtensions', @@ -497,7 +497,7 @@ export const data: Array = id: 'dt-blockGrid', parentId: null, propertyEditorAlias: 'Umbraco.BlockGrid', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockGrid', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid', values: [], }, { @@ -507,7 +507,7 @@ export const data: Array = id: 'dt-collectionView', parentId: null, propertyEditorAlias: 'Umbraco.ListView', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.CollectionView', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView', values: [], }, { @@ -517,7 +517,7 @@ export const data: Array = id: 'dt-iconPicker', parentId: null, propertyEditorAlias: 'Umbraco.IconPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.IconPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker', values: [], }, { @@ -527,7 +527,7 @@ export const data: Array = id: 'dt-numberRange', parentId: null, propertyEditorAlias: 'Umbraco.JSON', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.NumberRange', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', values: [], }, { @@ -537,7 +537,7 @@ export const data: Array = id: 'dt-orderDirection', parentId: null, propertyEditorAlias: 'Umbraco.JSON', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.OrderDirection', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection', values: [], }, { @@ -547,7 +547,7 @@ export const data: Array = id: 'dt-overlaySize', parentId: null, propertyEditorAlias: 'Umbraco.JSON', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.OverlaySize', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.OverlaySize', values: [], }, { @@ -557,7 +557,7 @@ export const data: Array = id: 'dt-richTextEditor', parentId: null, propertyEditorAlias: 'Umbraco.TinyMCE', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.TinyMCE', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TinyMCE', values: [], }, { @@ -567,7 +567,7 @@ export const data: Array = id: 'dt-label', parentId: null, propertyEditorAlias: 'Umbraco.Label', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Label', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Label', values: [], }, { @@ -577,7 +577,7 @@ export const data: Array = id: 'dt-integer', parentId: null, propertyEditorAlias: 'Umbraco.Integer', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Integer', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer', values: [], }, { @@ -587,7 +587,7 @@ export const data: Array = id: 'dt-decimal', parentId: null, propertyEditorAlias: 'Umbraco.Decimal', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal', values: [ { alias: 'step', @@ -602,7 +602,7 @@ export const data: Array = id: 'dt-userPicker', parentId: null, propertyEditorAlias: 'Umbraco.UserPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.UserPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.UserPicker', values: [], }, { @@ -612,7 +612,7 @@ export const data: Array = id: 'dt-memberPicker', parentId: null, propertyEditorAlias: 'Umbraco.MemberPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberPicker', values: [], }, { @@ -622,7 +622,7 @@ export const data: Array = id: 'dt-memberGroupPicker', parentId: null, propertyEditorAlias: 'Umbraco.MemberGroupPicker', - propertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberGroupPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberGroupPicker', values: [], }, ]; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.stories.ts index b290e5b25a..07cfab1e0b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.stories.ts @@ -19,6 +19,6 @@ const data = [ export const AAAOverview: Story = () => html``; AAAOverview.storyName = 'Overview'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.stories.ts index b9a9e819f7..f64615e2ec 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.stories.ts @@ -14,7 +14,7 @@ type Story = StoryObj; export const Overview: Story = { args: { name: 'Custom Property Editor UI', - alias: 'Umb.PropertyEditorUI.CustomUI', + alias: 'Umb.PropertyEditorUi.CustomUI', propertyEditorModelAlias: 'Umbraco.JSON', }, }; @@ -22,7 +22,7 @@ export const Overview: Story = { export const WithDetail: Story = { args: { name: 'Custom Property Editor UI', - alias: 'Umb.PropertyEditorUI.CustomUI', + alias: 'Umb.PropertyEditorUi.CustomUI', propertyEditorModelAlias: 'Umbraco.JSON', detail: 'With some custom details', }, @@ -31,7 +31,7 @@ export const WithDetail: Story = { export const WithSlots: Story = { args: { name: 'Custom Property Editor UI', - alias: 'Umb.PropertyEditorUI.CustomUI', + alias: 'Umb.PropertyEditorUi.CustomUI', propertyEditorModelAlias: 'Umbraco.JSON', detail: 'With some custom details', }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-actions/manifests.ts index dda53933bf..9d9a8af73c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-actions/manifests.ts @@ -7,7 +7,7 @@ export const manifests: Array = [ name: 'Copy Property Action', loader: () => import('./common/copy/property-action-copy.element.js'), conditions: { - propertyEditors: ['Umb.PropertyEditorUI.TextBox'], + propertyEditors: ['Umb.PropertyEditorUi.TextBox'], }, }, { @@ -16,7 +16,7 @@ export const manifests: Array = [ name: 'Clear Property Action', loader: () => import('./common/clear/property-action-clear.element.js'), conditions: { - propertyEditors: ['Umb.PropertyEditorUI.TextBox'], + propertyEditors: ['Umb.PropertyEditorUi.TextBox'], }, }, ]; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockGrid.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockGrid.ts index 6bfb9ef52f..3602998c87 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockGrid.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockGrid.ts @@ -5,7 +5,7 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Block Grid', alias: 'Umbraco.BlockGrid', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockGrid', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid', settings: { properties: [ { @@ -13,29 +13,29 @@ export const manifest: ManifestPropertyEditorModel = { label: 'Blocks', description: 'Define Blocks based on Element Types. Use Groups to help organise their selection. Example Groups: Layout and Content', - propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.BlockConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.BlockConfiguration', }, { alias: 'blockGroups', label: 'Block Groups', - propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.GroupConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration', }, { alias: 'validationLimit', label: 'Amount', - propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange', + propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange', }, { alias: 'gridColumns', label: 'Grid Columns', description: 'Set the number of columns for the layout. (defaults to 12)', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'layoutStylesheet', label: 'Layout Stylesheet', description: 'Override default stylesheet for backoffice layout.', - propertyEditorUI: 'Umb.PropertyEditorUI.BlockGrid.StylesheetPicker', + propertyEditorUI: 'Umb.PropertyEditorUi.BlockGrid.StylesheetPicker', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockList.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockList.ts index c197a9722e..b8f088f6b4 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockList.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.BlockList.ts @@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Block List', alias: 'Umbraco.BlockList', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.BlockList', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockList', settings: { properties: [ { alias: 'blocks', label: 'Available Blocks', description: 'Define the available blocks.', - propertyEditorUI: 'Umb.PropertyEditorUI.BlockList.BlockConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration', }, { alias: 'validationLimit', label: 'Amount', description: 'Set a required range of blocks', - propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange', + propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.CheckboxList.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.CheckboxList.ts index 3b0b79ed22..e3675129dc 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.CheckboxList.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.CheckboxList.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Checkbox List', alias: 'Umbraco.CheckboxList', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.CheckboxList', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.CheckboxList', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.ts index b71fe9cce2..abdb5ac0c7 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Eye Dropper Color Picker', alias: 'Umbraco.ColorPicker.EyeDropper', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.EyeDropper', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.EyeDropper', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.ts index 876b4ef271..fd927f0ecb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ColorPicker.ts @@ -5,7 +5,7 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Color Picker', alias: 'Umbraco.ColorPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ColorPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ColorPicker', settings: { properties: [ { @@ -13,13 +13,13 @@ export const manifest: ManifestPropertyEditorModel = { label: 'Include labels?', description: 'Stores colors as a Json object containing both the color hex string and label, rather than just the hex string.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'items', label: 'Colors', description: 'Add, remove or sort colors', - propertyEditorUI: 'Umb.PropertyEditorUI.ColorPicker', + propertyEditorUI: 'Umb.PropertyEditorUi.ColorPicker', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.DateTime.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.DateTime.ts index dffbd5d021..de1660aab7 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.DateTime.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.DateTime.ts @@ -6,7 +6,7 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Date/Time', alias: 'Umbraco.DateTime', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.DatePicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.DatePicker', settings: { properties: [ { @@ -14,7 +14,7 @@ export const manifest: ManifestPropertyEditorModel = { label: 'Offset time', description: 'When enabled the time displayed will be offset with the servers timezone, this is useful for scenarios like scheduled publishing when an editor is in a different timezone than the hosted server', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', config: [ { alias: 'labelOff', diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Decimal.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Decimal.ts index b6b4bb7059..505f755923 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Decimal.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Decimal.ts @@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Decimal', alias: 'Umbraco.Decimal', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Decimal', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Decimal', settings: { properties: [ { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'max', label: 'Maximum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'step', label: 'Step size', description: 'Enter the intervals amount between each step of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.ts index a1b637dda6..fbff8e54e8 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.ts @@ -6,6 +6,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Dropdown', alias: 'Umbraco.DropDown.Flexible', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.DropDown.Flexible', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.DropDown.Flexible', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.EmailAddress.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.EmailAddress.ts index 1a5fd915d0..da85ecf29b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.EmailAddress.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.EmailAddress.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Email Address', alias: 'Umbraco.EmailAddress', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.EmailAddress', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.EmailAddress', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.IconPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.IconPicker.ts index d2a529a54c..23af75f11f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.IconPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.IconPicker.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Icon Picker', alias: 'Umbraco.IconPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.IconPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.IconPicker', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ImageCropper.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ImageCropper.ts index 1b22cced8e..b4469587a1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ImageCropper.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ImageCropper.ts @@ -5,13 +5,13 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Email Address', alias: 'Umbraco.ImageCropper', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ImageCropper', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ImageCropper', settings: { properties: [ { alias: 'crops', label: 'Define Crops', - propertyEditorUI: 'Umb.PropertyEditorUI.ImageCropsConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.ImageCropsConfiguration', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Integer.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Integer.ts index c04b75810a..aec753e6bf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Integer.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Integer.ts @@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Decimal', alias: 'Umbraco.Integer', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Integer', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Integer', settings: { properties: [ { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'max', label: 'Maximum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'step', label: 'Step size', description: 'Enter the intervals amount between each step of number to be entered', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.JSON.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.JSON.ts index b48500579b..0816b48da0 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.JSON.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.JSON.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'JSON model', alias: 'Umbraco.JSON', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.JSON', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.JSON', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Label.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Label.ts index c62e3eac44..3c95c35728 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Label.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Label.ts @@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Label', alias: 'Umbraco.Label', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Label', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Label', settings: { properties: [ { alias: 'umbracoDataValueType', label: 'Value type', description: 'The type of value to store', - propertyEditorUI: 'Umb.PropertyEditorUI.ValueType', + propertyEditorUI: 'Umb.PropertyEditorUi.ValueType', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ListView.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ListView.ts index 62871aefc7..8fb3d421d3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ListView.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.ListView.ts @@ -5,37 +5,37 @@ export const manifest: ManifestPropertyEditorModel = { name: 'List View', alias: 'Umbraco.ListView', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ListView', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ListView', settings: { properties: [ { alias: 'pageSize', label: 'Page Size', description: 'Number of items per page.', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'orderDirection', label: 'Order Direction', - propertyEditorUI: 'Umb.PropertyEditorUI.OrderDirection', + propertyEditorUI: 'Umb.PropertyEditorUi.OrderDirection', }, { alias: 'includeProperties', label: 'Columns Displayed', description: 'The properties that will be displayed for each column', - propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.ColumnConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration', }, { alias: 'orderBy', label: 'Order By', description: 'The properties that will be displayed for each column', - propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.OrderBy', + propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.OrderBy', }, { alias: 'bulkActionPermissions', label: 'Bulk Action Permissions', description: 'The properties that will be displayed for each column', - propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.BulkActionPermissions', + propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MarkdownEditor.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MarkdownEditor.ts index de2b59012c..44d0e760e6 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MarkdownEditor.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MarkdownEditor.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Markdown Editor', alias: 'Umbraco.MarkdownEditor', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MarkdownEditor', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MarkdownEditor', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MediaPicker3.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MediaPicker3.ts index 4aae1f3b8a..3dedf99738 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MediaPicker3.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MediaPicker3.ts @@ -5,48 +5,48 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Media Picker 3', alias: 'Umbraco.MediaPicker3', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MediaPicker3', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker3', settings: { properties: [ { alias: 'filter', label: 'Accepted types', description: 'Limit to specific types', - propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker', + propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'multiple', label: 'Pick multiple items', description: 'Outputs a IEnumerable', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'validationLimit', label: 'Amount', description: 'Set a required range of medias', - propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange', + propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange', }, { alias: 'startNodeId', label: 'Start node', - propertyEditorUI: 'Umb.PropertyEditorUI.MediaPicker', + propertyEditorUI: 'Umb.PropertyEditorUi.MediaPicker', }, { alias: 'enableLocalFocalPoint', label: 'Enable Focal Point', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'crops', label: 'Image Crops', description: 'Local crops, stored on document', - propertyEditorUI: 'Umb.PropertyEditorUI.ImageCropsConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.ImageCropsConfiguration', }, { alias: 'ignoreUserStartNodes', label: 'Ignore User Start Nodes', description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberGroupPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberGroupPicker.ts index 0a0c168bb0..d75f97872a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberGroupPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberGroupPicker.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Member Group Picker', alias: 'Umbraco.MemberGroupPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberGroupPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberGroupPicker', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberPicker.ts index a642250a6f..2ab6c5f388 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MemberPicker.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Member Picker', alias: 'Umbraco.MemberPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MemberPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MemberPicker', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.ts index 5d5826d661..a30d0ab306 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.ts @@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Multi Node Tree Picker', alias: 'Umbraco.MultiNodeTreePicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiNodeTreePicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiNodeTreePicker', settings: { properties: [ { alias: 'minNumber', label: 'Minimum number of items', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxNumber', label: 'Maximum number of items', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'ignoreUserStartNodes', label: 'Ignore user start nodes', description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiUrlPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiUrlPicker.ts index 941621cb49..6213c8e8a8 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiUrlPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultiUrlPicker.ts @@ -5,26 +5,26 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Multi URL Picker', alias: 'Umbraco.MultiUrlPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultiUrlPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultiUrlPicker', settings: { properties: [ { alias: 'minNumber', label: 'Minimum number of items', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxNumber', label: 'Maximum number of items', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'ignoreUserStartNodes', label: 'Ignore user start nodes', description: 'Selecting this option allows a user to choose nodes that they normally dont have access to.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultipleTextString.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultipleTextString.ts index 7b21521d74..f7d7d9aa85 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultipleTextString.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.MultipleTextString.ts @@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Multiple Text String', alias: 'Umbraco.MultipleTextString', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.MultipleTextString', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.MultipleTextString', settings: { properties: [ { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of text boxes to be displayed', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'max', label: 'Maximum', description: 'Enter the maximum amount of text boxes to be displayed, enter 0 for unlimited', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.RadioButtonList.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.RadioButtonList.ts index 77498c8b6f..0db2abb135 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.RadioButtonList.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.RadioButtonList.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Radio Button List', alias: 'Umbraco.RadioButtonList', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.RadioButtonList', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.RadioButtonList', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Slider.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Slider.ts index 884bd865e1..efcd3ae452 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Slider.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Slider.ts @@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Slider', alias: 'Umbraco.Slider', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Slider', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Slider', settings: { properties: [ { alias: 'minVal', label: 'Minimum value', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxVal', label: 'Maximum value', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Tags.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Tags.ts index 99fd617b24..c11d527c50 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Tags.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.Tags.ts @@ -5,20 +5,20 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Tags', alias: 'Umbraco.Tags', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.Tags', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.Tags', settings: { properties: [ { alias: 'group', label: 'Define a tag group', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'storageType', label: 'Storage Type', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Tags.StorageType', + propertyEditorUI: 'Umb.PropertyEditorUi.Tags.StorageType', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextArea.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextArea.ts index 8bb9dd768e..b10be164e7 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextArea.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextArea.ts @@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Textarea', alias: 'Umbraco.TextArea', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TextArea', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextArea', settings: { properties: [ { alias: 'maxChars', label: 'Maximum allowed characters', description: 'If empty - no character limit', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextBox.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextBox.ts index b2c9c1ac09..13f0d2f13e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextBox.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TextBox.ts @@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Text Box', alias: 'Umbraco.TextBox', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TextBox', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', settings: { properties: [ { alias: 'maxChars', label: 'Maximum allowed characters', description: 'If empty, 512 character limit', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TinyMCE.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TinyMCE.ts index 74a6dfdb2d..c959cc8cbb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TinyMCE.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TinyMCE.ts @@ -5,18 +5,18 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Tiny MCE', alias: 'Umbraco.TinyMCE', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TinyMCE', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TinyMCE', settings: { properties: [ { alias: 'mediaParentId', label: 'Image Upload Folder', - propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker', + propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'ignoreUserStartNodes', label: 'Ignore User Start Nodes', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TrueFalse.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TrueFalse.ts index d9c5250563..699ed9d9cf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TrueFalse.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.TrueFalse.ts @@ -6,6 +6,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Date/Time', alias: 'Umbraco.TrueFalse', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.TrueFalse', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.TrueFalse', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UploadField.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UploadField.ts index 50eecf20d5..58c282a26c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UploadField.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UploadField.ts @@ -6,13 +6,13 @@ export const manifest: ManifestPropertyEditorModel = { name: 'File upload', alias: 'Umbraco.UploadField', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.UploadField', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.UploadField', settings: { properties: [ { alias: 'fileExtensions', label: 'Accepted file extensions', - propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString', + propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UserPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UserPicker.ts index 14f96d26b1..0e0d316c2f 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UserPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/models/Umbraco.UserPicker.ts @@ -5,6 +5,6 @@ export const manifest: ManifestPropertyEditorModel = { name: 'User Picker', alias: 'Umbraco.UserPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.UserPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.UserPicker', }, }; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.ts index 75c70df171..8b6cc40b91 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockGrid.BlockConfiguration', + alias: 'Umb.PropertyEditorUi.BlockGrid.BlockConfiguration', name: 'Block Grid Block Configuration Property Editor UI', loader: () => import('./property-editor-ui-block-grid-block-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.ts index a4e6f5beb5..9a0b53b5de 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockGrid.GroupConfiguration', + alias: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration', name: 'Block Grid Group Configuration Property Editor UI', loader: () => import('./property-editor-ui-block-grid-group-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.ts index 8690a004c9..d35e861d04 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockGrid.StylesheetPicker', + alias: 'Umb.PropertyEditorUi.BlockGrid.StylesheetPicker', name: 'Block Grid Stylesheet Picker Property Editor UI', loader: () => import('./property-editor-ui-block-grid-stylesheet-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/manifests.ts index 920dae10b2..1e960897c1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-grid/manifests.ts @@ -5,7 +5,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockGrid', + alias: 'Umb.PropertyEditorUi.BlockGrid', name: 'Block Grid Property Editor UI', loader: () => import('./property-editor-ui-block-grid.element.js'), meta: { @@ -19,19 +19,19 @@ const manifest: ManifestPropertyEditorUI = { alias: 'useLiveEditing', label: 'Live editing mode', description: 'Live update content when editing in overlay', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'maxPropertyWidth', label: 'Editor width', description: 'Optional css overwrite. (example: 1200px or 100%)', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'createLabel', label: 'Create Button Label', description: 'Override the label text for adding a new block, Example Add Widget', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.ts index 3de52e036c..ab1cccc667 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockList.BlockConfiguration', + alias: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration', name: 'Block List Block Configuration Property Editor UI', loader: () => import('./property-editor-ui-block-list-block-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/manifests.ts index d752a3663e..952265099b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/block-list/manifests.ts @@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.BlockList', + alias: 'Umb.PropertyEditorUi.BlockList', name: 'Block List Property Editor UI', loader: () => import('./property-editor-ui-block-list.element.js'), meta: { @@ -18,26 +18,26 @@ const manifest: ManifestPropertyEditorUI = { label: 'Single block mode', description: 'When in Single block mode, the output will be BlockListItem<>, instead of BlockListModel.\n\n**NOTE:**\nSingle block mode requires a maximum of one available block, and an amount set to minimum 1 and maximum 1 blocks.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'useLiveEditing', label: 'Live editing mode', description: 'Live editing in editor overlays for live updated custom views or labels using custom expression.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'useInlineEditingAsDefault', label: 'Inline editing mode', description: 'Use the inline editor as the default block view.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'maxPropertyWidth', label: 'Property editor width', description: 'Optional CSS override, example: 800px or 100%', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/checkbox-list/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/checkbox-list/manifests.ts index bf70e16619..e2a2a6535d 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/checkbox-list/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/checkbox-list/manifests.ts @@ -2,7 +2,7 @@ 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', loader: () => import('./property-editor-ui-checkbox-list.element.js'), meta: { @@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'items', label: 'Add option', description: 'Add, remove or sort options for the list.', - propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString', + propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.ts index 62dd68c787..09aeb036e5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.CollectionView.BulkActionPermissions', + alias: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions', name: 'Collection View Bulk Action Permissions Property Editor UI', loader: () => import('./property-editor-ui-collection-view-bulk-action-permissions.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.ts index 88c91cf86e..7f972f4327 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.CollectionView.ColumnConfiguration', + alias: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration', name: 'Collection View Column Configuration Property Editor UI', loader: () => import('./property-editor-ui-collection-view-column-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.ts index aba546ea31..1a6d2118ec 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.CollectionView.LayoutConfiguration', + alias: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration', name: 'Collection View Column Configuration Property Editor UI', loader: () => import('./property-editor-ui-collection-view-layout-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/order-by/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/order-by/manifests.ts index d7d719af7c..b575a1cd30 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/order-by/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/config/order-by/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.CollectionView.OrderBy', + alias: 'Umb.PropertyEditorUi.CollectionView.OrderBy', name: 'Collection View Column Configuration Property Editor UI', loader: () => import('./property-editor-ui-collection-view-order-by.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/manifests.ts index 08fcd3eb2a..2b21cf1b5c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/collection-view/manifests.ts @@ -6,7 +6,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.CollectionView', + alias: 'Umb.PropertyEditorUi.CollectionView', name: 'Collection View Property Editor UI', loader: () => import('./property-editor-ui-collection-view.element.js'), meta: { @@ -20,31 +20,31 @@ const manifest: ManifestPropertyEditorUI = { alias: 'layouts', label: 'Layouts', description: 'The properties that will be displayed for each column', - propertyEditorUI: 'Umb.PropertyEditorUI.CollectionView.LayoutConfiguration', + propertyEditorUI: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration', }, { alias: 'icon', label: 'Content app icon', description: 'The icon of the listview content app', - propertyEditorUI: 'Umb.PropertyEditorUI.IconPicker', + propertyEditorUI: 'Umb.PropertyEditorUi.IconPicker', }, { alias: 'tabName', label: 'Content app name', description: 'The name of the listview content app (default if empty: Child Items)', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'showContentFirst', label: 'Show Content App First', description: 'Enable this to show the content app by default instead of the list view app', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'useInfiniteEditor', label: 'Edit in Infinite Editor', description: 'Enable this to use infinite editing to edit the content of the list view', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/color-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/color-picker/manifests.ts index 598b187170..1e08fd9bcf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/color-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/color-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.ColorPicker', + alias: 'Umb.PropertyEditorUi.ColorPicker', name: 'Color Picker Property Editor UI', loader: () => import('./property-editor-ui-color-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/date-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/date-picker/manifests.ts index db829dd885..2095d4570a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/date-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/date-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.DatePicker', + alias: 'Umb.PropertyEditorUi.DatePicker', name: 'Date Picker Property Editor UI', loader: () => import('./property-editor-ui-date-picker.element.js'), meta: { @@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'format', label: 'Date format', description: 'If left empty then the format is YYYY-MM-DD', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/dropdown/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/dropdown/manifests.ts index bdc4a6d912..e8651e26f3 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/dropdown/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/dropdown/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Dropdown', + alias: 'Umb.PropertyEditorUi.Dropdown', name: 'Dropdown Property Editor UI', loader: () => import('./property-editor-ui-dropdown.element.js'), meta: { @@ -15,12 +15,12 @@ export const manifest: ManifestPropertyEditorUI = { { alias: 'multiple', label: 'Enable multiple choice', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'items', label: 'Add options', - propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString', + propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/eye-dropper/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/eye-dropper/manifests.ts index 01e9b8c6a3..a5bff969cf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/eye-dropper/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/eye-dropper/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.EyeDropper', + alias: 'Umb.PropertyEditorUi.EyeDropper', name: 'Eye Dropper Color Picker Property Editor UI', loader: () => import('./property-editor-ui-eye-dropper.element.js'), meta: { @@ -16,13 +16,13 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'showAlpha', label: 'Show alpha', description: 'Allow alpha transparency selection.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'showPalette', label: 'Show palette', description: 'Show a palette next to the color picker.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/icon-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/icon-picker/manifests.ts index 7a66a6a6fe..18342ac6a5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/icon-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/icon-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.IconPicker', + alias: 'Umb.PropertyEditorUi.IconPicker', name: 'Icon Picker Property Editor UI', loader: () => import('./property-editor-ui-icon-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-cropper/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-cropper/manifests.ts index b78012cf6c..9adbd5511d 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-cropper/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-cropper/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.ImageCropper', + alias: 'Umb.PropertyEditorUi.ImageCropper', name: 'Image Cropper Property Editor UI', loader: () => import('./property-editor-ui-image-cropper.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-crops-configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-crops-configuration/manifests.ts index cefe9fc104..991238b28c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-crops-configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/image-crops-configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.ImageCropsConfiguration', + alias: 'Umb.PropertyEditorUi.ImageCropsConfiguration', name: 'Image Crops Configuration Property Editor UI', loader: () => import('./property-editor-ui-image-crops-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/label/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/label/manifests.ts index a7229a4dba..9926b229eb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/label/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/label/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Label', + alias: 'Umb.PropertyEditorUi.Label', name: 'Label Property Editor UI', loader: () => import('./property-editor-ui-label.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/manifests.ts index 9d864303e8..2b0e6ceeef 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/manifests.ts @@ -67,7 +67,7 @@ export const manifests: Array = [ ...tinyMCE, { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Number', + alias: 'Umb.PropertyEditorUi.Number', name: 'Number Property Editor UI', loader: () => import('./number/property-editor-ui-number.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/markdown-editor/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/markdown-editor/manifests.ts index 646561d884..b443576644 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/markdown-editor/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/markdown-editor/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MarkdownEditor', + alias: 'Umb.PropertyEditorUi.MarkdownEditor', name: 'Markdown Editor Property Editor UI', loader: () => import('./property-editor-ui-markdown-editor.element.js'), meta: { @@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'preview', label: 'Preview', description: 'Display a live preview', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'defaultValue', label: 'Default value', description: 'If value is blank, the editor will show this', - propertyEditorUI: 'Umb.PropertyEditorUI.TextArea', + propertyEditorUI: 'Umb.PropertyEditorUi.TextArea', }, { alias: 'overlaySize', label: 'Overlay Size', description: 'Select the width of the overlay.', - propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize', + propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/media-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/media-picker/manifests.ts index df523e8ab1..b767c04644 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/media-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/media-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MediaPicker', + alias: 'Umb.PropertyEditorUi.MediaPicker', name: 'Markdown Editor Property Editor UI', loader: () => import('./property-editor-ui-media-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-group-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-group-picker/manifests.ts index 0bf2d358d0..90730b8f95 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-group-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-group-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MemberGroupPicker', + alias: 'Umb.PropertyEditorUi.MemberGroupPicker', name: 'Member Group Picker Property Editor UI', loader: () => import('./property-editor-ui-member-group-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-picker/manifests.ts index ac1bdeb902..ebceb2c44b 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/member-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MemberPicker', + alias: 'Umb.PropertyEditorUi.MemberPicker', name: 'Member Picker Property Editor UI', loader: () => import('./property-editor-ui-member-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multi-url-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multi-url-picker/manifests.ts index a587b0127c..dde8e156a8 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multi-url-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multi-url-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MultiUrlPicker', + alias: 'Umb.PropertyEditorUi.MultiUrlPicker', name: 'Multi URL Picker Property Editor UI', loader: () => import('./property-editor-ui-multi-url-picker.element.js'), meta: { @@ -16,13 +16,13 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'overlaySize', label: 'Overlay Size', description: 'Select the width of the overlay.', - propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize', + propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize', }, { alias: 'hideAnchor', label: 'Hide anchor/query string input', description: 'Selecting this hides the anchor/query string input field in the link picker overlay.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multiple-text-string/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multiple-text-string/manifests.ts index f8d9f3a3a8..ef51519b4c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multiple-text-string/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/multiple-text-string/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.MultipleTextString', + alias: 'Umb.PropertyEditorUi.MultipleTextString', name: 'Multiple Text String Property Editor UI', loader: () => import('./property-editor-ui-multiple-text-string.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number-range/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number-range/manifests.ts index 21729c7b76..99b3e38b19 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number-range/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number-range/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.NumberRange', + alias: 'Umb.PropertyEditorUi.NumberRange', name: 'Number Range Property Editor UI', loader: () => import('./property-editor-ui-number-range.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number/manifests.ts index d8bad2c32c..0288655b4d 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/number/manifests.ts @@ -4,13 +4,13 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const allowDecimalsConfig = { alias: 'allowDecimals', label: 'Allow decimals', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }; export const manifests: Array = [ { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Integer', + alias: 'Umb.PropertyEditorUi.Integer', name: 'Integer Property Editor UI', loader: () => import('./property-editor-ui-number.element.js'), meta: { @@ -31,7 +31,7 @@ export const manifests: Array = [ }, { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Decimal', + alias: 'Umb.PropertyEditorUi.Decimal', name: 'Decimal Property Editor UI', loader: () => import('./property-editor-ui-number.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/order-direction/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/order-direction/manifests.ts index 091f031608..a28554e5da 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/order-direction/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/order-direction/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.OrderDirection', + alias: 'Umb.PropertyEditorUi.OrderDirection', name: 'Order Direction Property Editor UI', loader: () => import('./property-editor-ui-order-direction.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/overlay-size/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/overlay-size/manifests.ts index 5e72225e74..dc5db01484 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/overlay-size/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/overlay-size/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.OverlaySize', + alias: 'Umb.PropertyEditorUi.OverlaySize', name: 'Overlay Size Property Editor UI', loader: () => import('./property-editor-ui-overlay-size.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/radio-button-list/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/radio-button-list/manifests.ts index 87a0246b1b..42af1c89ec 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/radio-button-list/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/radio-button-list/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.RadioButtonList', + alias: 'Umb.PropertyEditorUi.RadioButtonList', name: 'Radio Button List Property Editor UI', loader: () => import('./property-editor-ui-radio-button-list.element.js'), meta: { @@ -16,7 +16,7 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'items', label: 'Add option', description: 'Add, remove or sort options for the list.', - propertyEditorUI: 'Umb.PropertyEditorUI.MultipleTextString', + propertyEditorUI: 'Umb.PropertyEditorUi.MultipleTextString', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/slider/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/slider/manifests.ts index b008cd76a4..7e5e04bb4e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/slider/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/slider/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Slider', + alias: 'Umb.PropertyEditorUi.Slider', name: 'Slider Property Editor UI', loader: () => import('./property-editor-ui-slider.element.js'), meta: { @@ -16,25 +16,25 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'enableRange', label: 'Enable range', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'initVal1', label: 'Initial value', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'initVal2', label: 'Initial value 2', description: 'Used when range is enabled', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'step', label: 'Step increments', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/text-box/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/text-box/manifests.ts index 10c99758f5..d6ac989610 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/text-box/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/text-box/manifests.ts @@ -5,13 +5,13 @@ const inputTypeConfig = { alias: 'inputType', label: 'Input type', description: 'Select input type', - propertyEditorUI: 'Umb.PropertyEditorUI.Dropdown', + propertyEditorUI: 'Umb.PropertyEditorUi.Dropdown', }; export const manifests: Array = [ { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TextBox', + alias: 'Umb.PropertyEditorUi.TextBox', name: 'Text Box Property Editor UI', loader: () => import('./property-editor-ui-text-box.element.js'), meta: { @@ -32,7 +32,7 @@ export const manifests: Array = [ }, { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Email', + alias: 'Umb.PropertyEditorUi.Email', name: 'Email Property Editor UI', loader: () => import('./property-editor-ui-text-box.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/textarea/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/textarea/manifests.ts index 9d5a711304..a45c8e606c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/textarea/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/textarea/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TextArea', + alias: 'Umb.PropertyEditorUi.TextArea', name: 'Text Area Property Editor UI', loader: () => import('./property-editor-ui-textarea.element.js'), meta: { @@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'rows', label: 'Number of rows', description: 'If empty the textarea is set to autoheight', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'minHeight', label: 'Min height (pixels)', description: 'Sets the minimum height of the textarea', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxHeight', label: 'Max height (pixels)', description: 'Sets the maximum height of the textarea', - propertyEditorUI: 'Umb.PropertyEditorUI.Number', + propertyEditorUI: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.ts index a1ab35d32f..1919736426 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TinyMCE.Config', + alias: 'Umb.PropertyEditorUi.TinyMCE.Config', name: 'Tiny MCE Configuration Property Editor UI', loader: () => import('./property-editor-ui-tiny-mce-configuration.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts index 6ad2f81189..e87c0e64a4 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tiny-mce/manifests.ts @@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TinyMCE', + alias: 'Umb.PropertyEditorUi.TinyMCE', name: 'Rich Text Editor Property Editor UI', loader: () => import('./property-editor-ui-tiny-mce.element.js'), meta: { @@ -16,17 +16,17 @@ const manifest: ManifestPropertyEditorUI = { { alias: 'editor', label: 'Editor', - propertyEditorUI: 'Umb.PropertyEditorUI.TinyMCE.Configuration', + propertyEditorUI: 'Umb.PropertyEditorUi.TinyMCE.Configuration', }, { alias: 'overlaySize', label: 'Overlay Size', - propertyEditorUI: 'Umb.PropertyEditorUI.OverlaySize', + propertyEditorUI: 'Umb.PropertyEditorUi.OverlaySize', }, { alias: 'hideLabel', label: 'Hide Label', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/toggle/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/toggle/manifests.ts index 65cfdc7397..9df6711f22 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/toggle/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/toggle/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Toggle', + alias: 'Umb.PropertyEditorUi.Toggle', name: 'Toggle Property Editor UI', loader: () => import('./property-editor-ui-toggle.element.js'), meta: { @@ -17,25 +17,25 @@ export const manifest: ManifestPropertyEditorUI = { label: 'Initial State', description: 'The initial state for the toggle, when it is displayed for the first time in the backoffice, eg. for a new content item.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'showLabels', label: 'Show toggle labels', description: 'Show labels next to toggle button.', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'labelOn', label: 'Label On', description: 'Label text when enabled.', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'labelOff', label: 'Label Off', description: 'Label text when disabled.', - propertyEditorUI: 'Umb.PropertyEditorUI.TextBox', + propertyEditorUI: 'Umb.PropertyEditorUi.TextBox', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.ts index 967c22ae02..d9dc9e830c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TreePicker.StartNode', + alias: 'Umb.PropertyEditorUi.TreePicker.StartNode', name: 'Tree Picker Start Node Property Editor UI', loader: () => import('./property-editor-ui-tree-picker-start-node.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/manifests.ts index 3679bcaa2b..ab3445b815 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/tree-picker/manifests.ts @@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.TreePicker', + alias: 'Umb.PropertyEditorUi.TreePicker', name: 'Tree Picker Property Editor UI', loader: () => import('./property-editor-ui-tree-picker.element.js'), meta: { @@ -17,19 +17,19 @@ const manifest: ManifestPropertyEditorUI = { alias: 'startNode', label: 'Start node', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker.StartNode', + propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker.StartNode', }, { alias: 'filter', label: 'Allow items of type', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker', + propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'showOpenButton', label: 'Show open button', description: 'Opens the node in a dialog', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/upload-field/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/upload-field/manifests.ts index 537f217c47..f143ef0038 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/upload-field/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/upload-field/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.UploadField', + alias: 'Umb.PropertyEditorUi.UploadField', name: 'Upload Field Property Editor UI', loader: () => import('./property-editor-ui-upload-field.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/user-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/user-picker/manifests.ts index 5076bec8c0..96e68d86ee 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/user-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/user-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.UserPicker', + alias: 'Umb.PropertyEditorUi.UserPicker', name: 'User Picker Property Editor UI', loader: () => import('./property-editor-ui-user-picker.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/value-type/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/value-type/manifests.ts index 5c68a882fd..1a24f3a3c6 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/value-type/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editors/uis/value-type/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.ValueType', + alias: 'Umb.PropertyEditorUi.ValueType', name: 'Value Type Property Editor UI', loader: () => import('./property-editor-ui-value-type.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-property/workspace-property.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-property/workspace-property.stories.ts index cc590c3623..1f57c64cad 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-property/workspace-property.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-property/workspace-property.stories.ts @@ -15,6 +15,6 @@ export const AAAOverview: Story = () => label="Property" description="Description" alias="textProperty" - property-editor-ui-alias="Umb.PropertyEditorUI.TextBox" + property-editor-ui-alias="Umb.PropertyEditorUi.TextBox" .value="${'Hello'}">`; AAAOverview.storyName = 'Overview'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/Umbraco.ContentPicker.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/Umbraco.ContentPicker.ts index 808446a064..9657dcb7b0 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/Umbraco.ContentPicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/Umbraco.ContentPicker.ts @@ -5,14 +5,14 @@ export const manifest: ManifestPropertyEditorModel = { name: 'Content Picker', alias: 'Umbraco.ContentPicker', meta: { - defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUI.ContentPicker', + defaultPropertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker', settings: { properties: [ { alias: 'startNodeId', label: 'Start node', description: '', - propertyEditorUI: 'Umb.PropertyEditorUI.TreePicker', + propertyEditorUI: 'Umb.PropertyEditorUi.TreePicker', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/document-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/document-picker/manifests.ts index 1b5d5e0c92..e883837a80 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/document-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/property-editors/document-picker/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.DocumentPicker', + alias: 'Umb.PropertyEditorUi.DocumentPicker', name: 'Document Picker Property Editor UI', loader: () => import('./property-editor-ui-document-picker.element.js'), meta: { @@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUI = { alias: 'showOpenButton', label: 'Show open button', description: 'Opens the node in a dialog', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'validationLimit', label: 'Amount of Documents', description: 'Require a certain amount of documents', - propertyEditorUI: 'Umb.PropertyEditorUI.NumberRange', + propertyEditorUI: 'Umb.PropertyEditorUi.NumberRange', }, { alias: 'ignoreUserStartNodes', label: 'Ignore User Start Nodes', description: 'Selecting this option allows a user to choose nodes that they normally dont have access to', - propertyEditorUI: 'Umb.PropertyEditorUI.Toggle', + propertyEditorUI: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/config/storage-type/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/config/storage-type/manifests.ts index 3625ae4915..73fec74164 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/config/storage-type/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/config/storage-type/manifests.ts @@ -2,7 +2,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension export const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Tags.StorageType', + alias: 'Umb.PropertyEditorUi.Tags.StorageType', name: 'Tags Storage Type Property Editor UI', loader: () => import('./property-editor-ui-tags-storage-type.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/manifests.ts index b4c62c083b..43a178bd50 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/tags/property-editors/tags/manifests.ts @@ -3,7 +3,7 @@ import type { ManifestPropertyEditorUI } from '@umbraco-cms/backoffice/extension const manifest: ManifestPropertyEditorUI = { type: 'propertyEditorUI', - alias: 'Umb.PropertyEditorUI.Tags', + alias: 'Umb.PropertyEditorUi.Tags', name: 'Tags Property Editor UI', loader: () => import('./property-editor-ui-tags.element.js'), meta: { diff --git a/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx b/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx index 849adeac35..d12816ef8d 100644 --- a/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx +++ b/src/Umbraco.Web.UI.Client/storybook/stories/extending/property-editors.mdx @@ -37,7 +37,7 @@ import { Meta } from '@storybook/addon-docs'; ```json { "type": "propertyEditorUI", - "alias": "Umb.PropertyEditorUI.TextBox", + "alias": "Umb.PropertyEditorUi.TextBox", "name": "Text Box Property Editor UI", "elementName": "my-text-box", "js": "./my-text-box.element.js", @@ -75,7 +75,7 @@ If no Property Editor is specified in the manifest, the Propety Editor will use "alias": "rows", "label": "Number of rows", "description": "If empty - 10 rows would be set as the default value", - "propertyEditorUI": "Umb.PropertyEditorUI.Number", + "propertyEditorUI": "Umb.PropertyEditorUi.Number", }, ], "defaultData": [