From b7e5855eccdbee3916e6326f66be698def82f551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 31 May 2023 15:26:12 +0200 Subject: [PATCH] append Alias to properties --- .../property-editor-config.element.ts | 4 ++-- .../models/property-editor.model.ts | 4 ++-- .../property-editors/models/Umbraco.BlockGrid.ts | 10 +++++----- .../property-editors/models/Umbraco.BlockList.ts | 4 ++-- .../property-editors/models/Umbraco.ColorPicker.ts | 4 ++-- .../property-editors/models/Umbraco.DateTime.ts | 2 +- .../property-editors/models/Umbraco.Decimal.ts | 6 +++--- .../models/Umbraco.ImageCropper.ts | 2 +- .../property-editors/models/Umbraco.Integer.ts | 6 +++--- .../core/property-editors/models/Umbraco.Label.ts | 2 +- .../property-editors/models/Umbraco.ListView.ts | 10 +++++----- .../models/Umbraco.MediaPicker3.ts | 14 +++++++------- .../models/Umbraco.MultiNodeTreePicker.ts | 6 +++--- .../models/Umbraco.MultiUrlPicker.ts | 6 +++--- .../models/Umbraco.MultipleTextString.ts | 4 ++-- .../core/property-editors/models/Umbraco.Slider.ts | 4 ++-- .../core/property-editors/models/Umbraco.Tags.ts | 4 ++-- .../property-editors/models/Umbraco.TextArea.ts | 2 +- .../property-editors/models/Umbraco.TextBox.ts | 2 +- .../property-editors/models/Umbraco.TinyMCE.ts | 4 ++-- .../property-editors/models/Umbraco.UploadField.ts | 2 +- .../config/block-configuration/manifests.ts | 2 +- .../config/group-configuration/manifests.ts | 2 +- .../config/stylesheet-picker/manifests.ts | 2 +- .../property-editors/uis/block-grid/manifests.ts | 8 ++++---- .../config/block-configuration/manifests.ts | 2 +- .../property-editors/uis/block-list/manifests.ts | 10 +++++----- .../uis/checkbox-list/manifests.ts | 4 ++-- .../config/bulk-action-permissions/manifests.ts | 2 +- .../config/column-configuration/manifests.ts | 2 +- .../config/layout-configuration/manifests.ts | 2 +- .../collection-view/config/order-by/manifests.ts | 2 +- .../uis/collection-view/manifests.ts | 12 ++++++------ .../property-editors/uis/color-picker/manifests.ts | 2 +- .../property-editors/uis/date-picker/manifests.ts | 4 ++-- .../property-editors/uis/dropdown/manifests.ts | 6 +++--- .../property-editors/uis/eye-dropper/manifests.ts | 6 +++--- .../property-editors/uis/icon-picker/manifests.ts | 2 +- .../uis/image-cropper/manifests.ts | 2 +- .../uis/image-crops-configuration/manifests.ts | 2 +- .../core/property-editors/uis/label/manifests.ts | 2 +- .../core/property-editors/uis/manifests.ts | 2 +- .../uis/markdown-editor/manifests.ts | 8 ++++---- .../property-editors/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 +- .../property-editors/uis/number-range/manifests.ts | 2 +- .../core/property-editors/uis/number/manifests.ts | 4 ++-- .../uis/order-direction/manifests.ts | 2 +- .../property-editors/uis/overlay-size/manifests.ts | 2 +- .../uis/radio-button-list/manifests.ts | 4 ++-- .../core/property-editors/uis/slider/manifests.ts | 10 +++++----- .../property-editors/uis/text-box/manifests.ts | 4 ++-- .../property-editors/uis/textarea/manifests.ts | 8 ++++---- .../uis/tiny-mce/config/configuration/manifests.ts | 2 +- .../property-editors/uis/tiny-mce/manifests.ts | 8 ++++---- .../core/property-editors/uis/toggle/manifests.ts | 10 +++++----- .../uis/tree-picker/config/start-node/manifests.ts | 2 +- .../property-editors/uis/tree-picker/manifests.ts | 8 ++++---- .../property-editors/uis/upload-field/manifests.ts | 2 +- .../property-editors/uis/user-picker/manifests.ts | 2 +- .../property-editors/uis/value-type/manifests.ts | 2 +- .../property-editors/Umbraco.ContentPicker.ts | 2 +- .../property-editors/document-picker/manifests.ts | 8 ++++---- .../data-type-details-workspace-view.element.ts | 2 +- .../tags/config/storage-type/manifests.ts | 2 +- .../tags/property-editors/tags/manifests.ts | 2 +- 69 files changed, 145 insertions(+), 145 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.element.ts index 9787816002..96d90a7779 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/components/property-editor-config/property-editor-config.element.ts @@ -59,7 +59,7 @@ export class UmbPropertyEditorConfigElement extends UmbLitElement { this.observe( umbExtensionsRegistry.getByTypeAndAlias('propertyEditorUi', this.propertyEditorUiAlias), (manifest) => { - this._observePropertyEditorModelConfig(manifest?.meta.propertyEditorModel); + this._observePropertyEditorModelConfig(manifest?.meta.propertyEditorAlias); this._propertyEditorUISettingsProperties = manifest?.meta.settings?.properties || []; this._propertyEditorUISettingsDefaultData = manifest?.meta.settings?.defaultData || []; this._mergeConfigProperties(); @@ -110,7 +110,7 @@ export class UmbPropertyEditorConfigElement extends UmbLitElement { label="${property.label}" description="${ifDefined(property.description)}" alias="${property.alias}" - property-editor-ui-alias="${property.propertyEditorUi}" + property-editor-ui-alias="${property.propertyEditorUiAlias}" .value=${this._getValue(property)} .config=${property.config}> ` diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/extension-registry/models/property-editor.model.ts b/src/Umbraco.Web.UI.Client/src/packages/core/extension-registry/models/property-editor.model.ts index 00f8c39380..3ff0fe102e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/extension-registry/models/property-editor.model.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/extension-registry/models/property-editor.model.ts @@ -9,7 +9,7 @@ export interface ManifestPropertyEditorUi extends ManifestElement; } 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 fd9b89ca7e..01e8378822 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 @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid.BlockConfiguration', }, { alias: 'blockGroups', label: 'Block Groups', - propertyEditorUi: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockGrid.GroupConfiguration', }, { alias: 'validationLimit', label: 'Amount', - propertyEditorUi: 'Umb.PropertyEditorUi.NumberRange', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', }, { alias: 'gridColumns', label: 'Grid Columns', description: 'Set the number of columns for the layout. (defaults to 12)', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'layoutStylesheet', label: 'Layout Stylesheet', description: 'Override default stylesheet for backoffice layout.', - propertyEditorUi: 'Umb.PropertyEditorUi.BlockGrid.StylesheetPicker', + propertyEditorUiAlias: '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 178d6f569c..b610210ecf 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 @@ -12,13 +12,13 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'blocks', label: 'Available Blocks', description: 'Define the available blocks.', - propertyEditorUi: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.BlockList.BlockConfiguration', }, { alias: 'validationLimit', label: 'Amount', description: 'Set a required range of blocks', - propertyEditorUi: 'Umb.PropertyEditorUi.NumberRange', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', }, ], }, 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 78df079cd2..3374c860dc 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 @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'items', label: 'Colors', description: 'Add, remove or sort colors', - propertyEditorUi: 'Umb.PropertyEditorUi.ColorPicker', + propertyEditorUiAlias: '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 faf7cbbeca..6fdcd50854 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 @@ -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', + propertyEditorUiAlias: '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 e30313099d..01db533803 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 @@ -12,19 +12,19 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'max', label: 'Maximum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, ], }, 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 5dc00ed466..ad0d2788a7 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 @@ -11,7 +11,7 @@ export const manifest: ManifestPropertyEditorModel = { { alias: 'crops', label: 'Define Crops', - propertyEditorUi: 'Umb.PropertyEditorUi.ImageCropsConfiguration', + propertyEditorUiAlias: '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 ad8c101c16..f6d4ba9f9c 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 @@ -12,19 +12,19 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'max', label: 'Maximum', description: 'Enter the minimum amount of number to be entered', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, ], }, 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 ed95b5ea1d..ae577da600 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 @@ -12,7 +12,7 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'umbracoDataValueType', label: 'Value type', description: 'The type of value to store', - propertyEditorUi: 'Umb.PropertyEditorUi.ValueType', + propertyEditorUiAlias: '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 1de7a2f6fd..a52179f025 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 @@ -12,30 +12,30 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'pageSize', label: 'Page Size', description: 'Number of items per page.', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'orderDirection', label: 'Order Direction', - propertyEditorUi: 'Umb.PropertyEditorUi.OrderDirection', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.OrderDirection', }, { alias: 'includeProperties', label: 'Columns Displayed', description: 'The properties that will be displayed for each column', - propertyEditorUi: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.ColumnConfiguration', }, { alias: 'orderBy', label: 'Order By', description: 'The properties that will be displayed for each column', - propertyEditorUi: 'Umb.PropertyEditorUi.CollectionView.OrderBy', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.BulkActionPermissions', }, ], }, 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 b933a29f73..c95c71bce8 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 @@ -12,41 +12,41 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'filter', label: 'Accepted types', description: 'Limit to specific types', - propertyEditorUi: 'Umb.PropertyEditorUi.TreePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'multiple', label: 'Pick multiple items', description: 'Outputs a IEnumerable', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'validationLimit', label: 'Amount', description: 'Set a required range of medias', - propertyEditorUi: 'Umb.PropertyEditorUi.NumberRange', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.NumberRange', }, { alias: 'startNodeId', label: 'Start node', - propertyEditorUi: 'Umb.PropertyEditorUi.MediaPicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MediaPicker', }, { alias: 'enableLocalFocalPoint', label: 'Enable Focal Point', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'crops', label: 'Image Crops', description: 'Local crops, stored on document', - propertyEditorUi: 'Umb.PropertyEditorUi.ImageCropsConfiguration', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, ], }, 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 1f59706ba6..2d29b348e9 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 @@ -12,19 +12,19 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'minNumber', label: 'Minimum number of items', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxNumber', label: 'Maximum number of items', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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 5d788fadbe..e73d108dc0 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 @@ -12,19 +12,19 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'minNumber', label: 'Minimum number of items', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxNumber', label: 'Maximum number of items', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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 160d484373..fe4c6c8097 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 @@ -12,13 +12,13 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'min', label: 'Minimum', description: 'Enter the minimum amount of text boxes to be displayed', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, ], defaultData: [ 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 ffdad264e2..6c5172b077 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 @@ -12,13 +12,13 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'minVal', label: 'Minimum value', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxVal', label: 'Maximum value', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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 c3da134aec..b84532fb86 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 @@ -12,13 +12,13 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'group', label: 'Define a tag group', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.TextBox', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'storageType', label: 'Storage Type', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Tags.StorageType', + propertyEditorUiAlias: '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 4a61deb0d8..be1525eb3c 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 @@ -12,7 +12,7 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'maxChars', label: 'Maximum allowed characters', description: 'If empty - no character limit', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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 e5b2755b67..2d631d5ec2 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 @@ -12,7 +12,7 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'maxChars', label: 'Maximum allowed characters', description: 'If empty, 512 character limit', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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 1e95a5a028..ac3b78c1b1 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 @@ -11,12 +11,12 @@ export const manifest: ManifestPropertyEditorModel = { { alias: 'mediaParentId', label: 'Image Upload Folder', - propertyEditorUi: 'Umb.PropertyEditorUi.TreePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'ignoreUserStartNodes', label: 'Ignore User Start Nodes', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, ], }, 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 57d3dbef75..4c3f651f5a 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 @@ -12,7 +12,7 @@ export const manifest: ManifestPropertyEditorModel = { { alias: 'fileExtensions', label: 'Accepted file extensions', - propertyEditorUi: 'Umb.PropertyEditorUi.MultipleTextString', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.MultipleTextString', }, ], }, 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 286b229b6e..43286756d4 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-grid-block-configuration.element.js'), meta: { label: 'Block Grid Block Configuration', - propertyEditorModel: 'Umbraco.BlockGrid.BlockConfiguration', + propertyEditorAlias: 'Umbraco.BlockGrid.BlockConfiguration', icon: 'umb:autofill', group: 'blocks', }, 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 e22466263a..d7c9bd0209 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-grid-group-configuration.element.js'), meta: { label: 'Block Grid Group Configuration', - propertyEditorModel: 'Umbraco.BlockGrid.GroupConfiguration', + propertyEditorAlias: 'Umbraco.BlockGrid.GroupConfiguration', icon: 'umb:autofill', group: 'blocks', }, 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 c3e5079cfa..340b29287d 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-grid-stylesheet-picker.element.js'), meta: { label: 'Block Grid Stylesheet Picker', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'blocks', }, 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 2a5871aa83..78e2890e1c 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 @@ -10,7 +10,7 @@ const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-grid.element.js'), meta: { label: 'Block Grid', - propertyEditorModel: 'Umbraco.BlockGrid', + propertyEditorAlias: 'Umbraco.BlockGrid', icon: 'umb:icon-layout', group: 'richContent', settings: { @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'maxPropertyWidth', label: 'Editor width', description: 'Optional css overwrite. (example: 1200px or 100%)', - propertyEditorUi: 'Umb.PropertyEditorUi.TextBox', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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 e3eb193533..8580adc8fe 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-list-block-configuration.element.js'), meta: { label: 'Block List Block Configuration', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'common', }, 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 05c16cec0f..f8a87af670 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 @@ -8,7 +8,7 @@ const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-block-list.element.js'), meta: { label: 'Block List', - propertyEditorModel: 'Umbraco.BlockList', + propertyEditorAlias: 'Umbraco.BlockList', icon: 'umb:thumbnail-list', group: 'lists', settings: { @@ -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', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'useInlineEditingAsDefault', label: 'Inline editing mode', description: 'Use the inline editor as the default block view.', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'maxPropertyWidth', label: 'Property editor width', description: 'Optional CSS override, example: 800px or 100%', - propertyEditorUi: 'Umb.PropertyEditorUi.TextBox', + propertyEditorUiAlias: '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 ea6269ef56..df2ad411a2 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-checkbox-list.element.js'), meta: { label: 'Checkbox List', - propertyEditorModel: 'Umbraco.CheckboxList', + propertyEditorAlias: 'Umbraco.CheckboxList', icon: 'umb:bulleted-list', group: 'lists', settings: { @@ -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', + propertyEditorUiAlias: '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 f1c4b5fc2f..aa9ba88bcc 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-collection-view-bulk-action-permissions.element.js'), meta: { label: 'Collection View Bulk Action Permissions', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'lists', }, 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 74131f33c2..971d393ac9 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-collection-view-column-configuration.element.js'), meta: { label: 'Collection View Column Configuration', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'lists', }, 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 68362fa341..c24fa89c2c 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-collection-view-layout-configuration.element.js'), meta: { label: 'Collection View Layout Configuration', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'lists', }, 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 b804f5ae11..9bd87faddb 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-collection-view-order-by.element.js'), meta: { label: 'Collection View Order By', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'lists', }, 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 c1a42650f6..99f20c15d9 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 @@ -11,7 +11,7 @@ const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-collection-view.element.js'), meta: { label: 'Collection View', - propertyEditorModel: 'Umbraco.ListView', + propertyEditorAlias: 'Umbraco.ListView', icon: 'umb:bulleted-list', group: 'lists', settings: { @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.CollectionView.LayoutConfiguration', }, { alias: 'icon', label: 'Content app icon', description: 'The icon of the listview content app', - propertyEditorUi: 'Umb.PropertyEditorUi.IconPicker', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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 a2de93f626..d64117c7dc 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-color-picker.element.js'), meta: { label: 'Color Picker', - propertyEditorModel: 'Umbraco.ColorPicker', + propertyEditorAlias: 'Umbraco.ColorPicker', icon: 'umb:colorpicker', group: 'pickers', }, 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 64856fe39a..c967960016 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-date-picker.element.js'), meta: { label: 'Date Picker', - propertyEditorModel: 'Umbraco.DateTime', + propertyEditorAlias: 'Umbraco.DateTime', icon: 'umb:time', group: 'pickers', settings: { @@ -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', + propertyEditorUiAlias: '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 095081cae0..39018f8b2f 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-dropdown.element.js'), meta: { label: 'Dropdown', - propertyEditorModel: 'Umbraco.Dropdown', + propertyEditorAlias: 'Umbraco.Dropdown', icon: 'umb:time', group: 'pickers', settings: { @@ -15,12 +15,12 @@ export const manifest: ManifestPropertyEditorUi = { { alias: 'multiple', label: 'Enable multiple choice', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'items', label: 'Add options', - propertyEditorUi: 'Umb.PropertyEditorUi.MultipleTextString', + propertyEditorUiAlias: '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 c881a3ed76..03ac68fd4a 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 @@ -9,20 +9,20 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Eye Dropper Color Picker', icon: 'umb:colorpicker', group: 'pickers', - propertyEditorModel: 'Umbraco.ColorPicker.EyeDropper', + propertyEditorAlias: 'Umbraco.ColorPicker.EyeDropper', settings: { properties: [ { alias: 'showAlpha', label: 'Show alpha', description: 'Allow alpha transparency selection.', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'showPalette', label: 'Show palette', description: 'Show a palette next to the color picker.', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: '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 9fa587dcd0..bfdfe09949 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-icon-picker.element.js'), meta: { label: 'Icon Picker', - propertyEditorModel: 'Umbraco.JSON', + propertyEditorAlias: 'Umbraco.JSON', icon: 'umb:autofill', group: 'common', }, 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 bd40833414..8e47b04edf 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 @@ -9,6 +9,6 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Image Cropper', icon: 'umb:colorpicker', group: 'pickers', - propertyEditorModel: 'Umbraco.ImageCropper', + propertyEditorAlias: 'Umbraco.ImageCropper', }, }; 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 4db556d9f2..8598edfe63 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 @@ -9,6 +9,6 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Image Crops Configuration', icon: 'umb:autofill', group: 'common', - propertyEditorModel: '', + propertyEditorAlias: '', }, }; 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 95cefcaf70..a342425827 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 @@ -9,6 +9,6 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Label', icon: 'umb:readonly', group: 'pickers', - propertyEditorModel: 'Umbraco.Label', + propertyEditorAlias: 'Umbraco.Label', }, }; 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 3cd4548386..8c120ed5fe 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 @@ -74,7 +74,7 @@ export const manifests: Array = [ label: 'Number', icon: 'umb:autofill', group: 'common', - propertyEditorModel: 'Umbraco.Integer', + propertyEditorAlias: 'Umbraco.Integer', }, }, ]; 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 593bc4a309..8fb1db4358 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-markdown-editor.element.js'), meta: { label: 'Markdown Editor', - propertyEditorModel: 'Umbraco.MarkdownEditor', + propertyEditorAlias: 'Umbraco.MarkdownEditor', icon: 'umb:code', group: 'pickers', settings: { @@ -16,19 +16,19 @@ export const manifest: ManifestPropertyEditorUi = { alias: 'preview', label: 'Preview', description: 'Display a live preview', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'defaultValue', label: 'Default value', description: 'If value is blank, the editor will show this', - propertyEditorUi: 'Umb.PropertyEditorUi.TextArea', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextArea', }, { alias: 'overlaySize', label: 'Overlay Size', description: 'Select the width of the overlay.', - propertyEditorUi: 'Umb.PropertyEditorUi.OverlaySize', + propertyEditorUiAlias: '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 63a5651a97..28d621cc27 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-media-picker.element.js'), meta: { label: 'Media Picker', - propertyEditorModel: 'Umbraco.MediaPicker3', + propertyEditorAlias: 'Umbraco.MediaPicker3', icon: 'umb:picture', group: 'pickers', }, 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 8dd0747b72..199b601fcc 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-member-group-picker.element.js'), meta: { label: 'Member Group Picker', - propertyEditorModel: 'Umbraco.MemberGroupPicker', + propertyEditorAlias: 'Umbraco.MemberGroupPicker', icon: 'umb:users-alt', group: 'people', }, 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 34875dbe11..18394c5e32 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-member-picker.element.js'), meta: { label: 'Member Picker', - propertyEditorModel: 'Umbraco.MemberPicker', + propertyEditorAlias: 'Umbraco.MemberPicker', icon: 'umb:user', group: 'people', }, 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 82c54a1ef4..1844b8e0d8 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-multi-url-picker.element.js'), meta: { label: 'Multi URL Picker', - propertyEditorModel: 'Umbraco.MultiUrlPicker', + propertyEditorAlias: 'Umbraco.MultiUrlPicker', icon: 'umb:link', group: 'pickers', settings: { @@ -16,13 +16,13 @@ export const manifest: ManifestPropertyEditorUi = { alias: 'overlaySize', label: 'Overlay Size', description: 'Select the width of the overlay.', - propertyEditorUi: 'Umb.PropertyEditorUi.OverlaySize', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: '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 e0f81b93a4..86db9a7d50 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-multiple-text-string.element.js'), meta: { label: 'Multiple Text String', - propertyEditorModel: 'Umbraco.MultipleTextString', + propertyEditorAlias: 'Umbraco.MultipleTextString', icon: 'umb:ordered-list', group: '', supportsReadOnly: true, 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 44af514c57..970f463008 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-number-range.element.js'), meta: { label: 'Number Range', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'common', }, 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 25be5dc971..7ec07efe50 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 @@ -15,7 +15,7 @@ export const manifests: Array = [ loader: () => import('./property-editor-ui-number.element.js'), meta: { label: 'Integer', - propertyEditorModel: 'Umbraco.Integer', + propertyEditorAlias: 'Umbraco.Integer', icon: 'umb:autofill', group: 'common', settings: { @@ -36,7 +36,7 @@ export const manifests: Array = [ loader: () => import('./property-editor-ui-number.element.js'), meta: { label: 'Decimal', - propertyEditorModel: 'Umbraco.Decimal', + propertyEditorAlias: 'Umbraco.Decimal', icon: 'umb:autofill', group: 'common', settings: { 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 a045b68aa9..ee17704ef3 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-order-direction.element.js'), meta: { label: 'Order Direction', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'common', }, 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 ff4f0b5b04..0300271f0e 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-overlay-size.element.js'), meta: { label: 'Overlay Size', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:document', group: '', }, 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 67778009b3..28637d28f6 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-radio-button-list.element.js'), meta: { label: 'Radio Button List', - propertyEditorModel: 'Umbraco.RadioButtonList', + propertyEditorAlias: 'Umbraco.RadioButtonList', icon: 'umb:target', group: 'lists', settings: { @@ -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', + propertyEditorUiAlias: '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 cb1f17660f..662200e610 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-slider.element.js'), meta: { label: 'Slider', - propertyEditorModel: 'Umbraco.Slider', + propertyEditorAlias: 'Umbraco.Slider', icon: 'umb:navigation-horizontal', group: 'common', settings: { @@ -16,25 +16,25 @@ export const manifest: ManifestPropertyEditorUi = { alias: 'enableRange', label: 'Enable range', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'initVal1', label: 'Initial value', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'initVal2', label: 'Initial value 2', description: 'Used when range is enabled', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'step', label: 'Step increments', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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 b0e563b35d..5693f719ba 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 @@ -16,7 +16,7 @@ export const manifests: Array = [ loader: () => import('./property-editor-ui-text-box.element.js'), meta: { label: 'Text Box', - propertyEditorModel: 'Umbraco.TextBox', + propertyEditorAlias: 'Umbraco.TextBox', icon: 'umb:autofill', group: 'common', settings: { @@ -37,7 +37,7 @@ export const manifests: Array = [ loader: () => import('./property-editor-ui-text-box.element.js'), meta: { label: 'Email', - propertyEditorModel: 'Umbraco.EmailAddress', + propertyEditorAlias: 'Umbraco.EmailAddress', icon: 'umb:message', group: 'common', settings: { 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 2711b02a94..8d63aaf6a0 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-textarea.element.js'), meta: { label: 'Text Area', - propertyEditorModel: 'Umbraco.TextArea', + propertyEditorAlias: 'Umbraco.TextArea', icon: 'umb:edit', group: 'common', settings: { @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'minHeight', label: 'Min height (pixels)', description: 'Sets the minimum height of the textarea', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Number', }, { alias: 'maxHeight', label: 'Max height (pixels)', description: 'Sets the maximum height of the textarea', - propertyEditorUi: 'Umb.PropertyEditorUi.Number', + propertyEditorUiAlias: '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 3656bda705..16f0d58dab 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-tiny-mce-configuration.element.js'), meta: { label: 'Rich Text Editor Configuration', - propertyEditorModel: 'Umbraco.TinyMCE.Configuration', + propertyEditorAlias: 'Umbraco.TinyMCE.Configuration', icon: 'umb:autofill', group: 'common', }, 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 f6ac855dae..d099fecdd5 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 @@ -8,7 +8,7 @@ const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-tiny-mce.element.js'), meta: { label: 'Rich Text Editor', - propertyEditorModel: 'Umbraco.TinyMCE', + propertyEditorAlias: 'Umbraco.TinyMCE', icon: 'umb:browser-window', group: 'richText', settings: { @@ -16,17 +16,17 @@ const manifest: ManifestPropertyEditorUi = { { alias: 'editor', label: 'Editor', - propertyEditorUi: 'Umb.PropertyEditorUi.TinyMCE.Configuration', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TinyMCE.Configuration', }, { alias: 'overlaySize', label: 'Overlay Size', - propertyEditorUi: 'Umb.PropertyEditorUi.OverlaySize', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.OverlaySize', }, { alias: 'hideLabel', label: 'Hide Label', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: '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 8d21aaaeb7..011906092a 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-toggle.element.js'), meta: { label: 'Toggle', - propertyEditorModel: 'Umbraco.TrueFalse', + propertyEditorAlias: 'Umbraco.TrueFalse', icon: 'umb:checkbox', group: 'common', settings: { @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'showLabels', label: 'Show toggle labels', description: 'Show labels next to toggle button.', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'labelOn', label: 'Label On', description: 'Label text when enabled.', - propertyEditorUi: 'Umb.PropertyEditorUi.TextBox', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox', }, { alias: 'labelOff', label: 'Label Off', description: 'Label text when disabled.', - propertyEditorUi: 'Umb.PropertyEditorUi.TextBox', + propertyEditorUiAlias: '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 097b25a784..f569ee5504 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 @@ -9,6 +9,6 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Tree Picker Start Node', icon: 'umb:page-add', group: 'pickers', - propertyEditorModel: '', + propertyEditorAlias: '', }, }; 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 48208bff88..d50b78f9af 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 @@ -10,26 +10,26 @@ const manifest: ManifestPropertyEditorUi = { label: 'Tree Picker', icon: 'umb:page-add', group: 'pickers', - propertyEditorModel: 'Umbraco.MultiNodeTreePicker', + propertyEditorAlias: 'Umbraco.MultiNodeTreePicker', settings: { properties: [ { alias: 'startNode', label: 'Start node', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.TreePicker.StartNode', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker.StartNode', }, { alias: 'filter', label: 'Allow items of type', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.TreePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.TreePicker', }, { alias: 'showOpenButton', label: 'Show open button', description: 'Opens the node in a dialog', - propertyEditorUi: 'Umb.PropertyEditorUi.Toggle', + propertyEditorUiAlias: '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 c389499e4c..3cd6347dc5 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-upload-field.element.js'), meta: { label: 'Upload Field', - propertyEditorModel: 'Umbraco.UploadField', + propertyEditorAlias: 'Umbraco.UploadField', icon: 'umb:download-alt', group: 'common', }, 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 605d66370b..6fe35ba8de 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-user-picker.element.js'), meta: { label: 'User Picker', - propertyEditorModel: 'Umbraco.UserPicker', + propertyEditorAlias: 'Umbraco.UserPicker', icon: 'umb:user', group: 'people', }, 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 de96d4b8b5..dadee77196 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 @@ -9,6 +9,6 @@ export const manifest: ManifestPropertyEditorUi = { label: 'Value Type', icon: 'umb:autofill', group: 'common', - propertyEditorModel: 'Umbraco.JSON', + propertyEditorAlias: 'Umbraco.JSON', }, }; 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 a889bff44e..792d6b07fc 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 @@ -12,7 +12,7 @@ export const manifest: ManifestPropertyEditorModel = { alias: 'startNodeId', label: 'Start node', description: '', - propertyEditorUi: 'Umb.PropertyEditorUi.TreePicker', + propertyEditorUiAlias: '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 304afe7476..09417384fc 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-document-picker.element.js'), meta: { label: 'Document Picker', - propertyEditorModel: 'Umbraco.ContentPicker', + propertyEditorAlias: 'Umbraco.ContentPicker', icon: 'umb:document', group: 'common', settings: { @@ -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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, { alias: 'validationLimit', label: 'Amount of Documents', description: 'Require a certain amount of documents', - propertyEditorUi: 'Umb.PropertyEditorUi.NumberRange', + propertyEditorUiAlias: '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', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.Toggle', }, ], }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts b/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts index 48917fe14c..0bed4632d7 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.ts @@ -117,7 +117,7 @@ export class UmbDataTypeDetailsWorkspaceViewEditElement this._propertyEditorUiName = propertyEditorUI?.meta.label ?? propertyEditorUI?.name ?? ''; this._propertyEditorUiAlias = propertyEditorUI?.alias ?? ''; this._propertyEditorUiIcon = propertyEditorUI?.meta.icon ?? ''; - this._propertyEditorAlias = propertyEditorUI?.meta.propertyEditorModel ?? ''; + this._propertyEditorAlias = propertyEditorUI?.meta.propertyEditorAlias ?? ''; this._workspaceContext?.setPropertyEditorAlias(this._propertyEditorAlias); }, 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 1d7f4887a7..e695647031 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 @@ -7,7 +7,7 @@ export const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-tags-storage-type.element.js'), meta: { label: 'Tags Storage Type', - propertyEditorModel: '', + propertyEditorAlias: '', icon: 'umb:autofill', group: 'common', }, 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 1f630c7eb8..6288f41ee2 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 @@ -8,7 +8,7 @@ const manifest: ManifestPropertyEditorUi = { loader: () => import('./property-editor-ui-tags.element.js'), meta: { label: 'Tags', - propertyEditorModel: 'Umbraco.Tags', + propertyEditorAlias: 'Umbraco.Tags', icon: 'umb:tags', group: 'common', },