Skip to content

Commit ec63d97

Browse files
kjaceshanrnh
andauthored
Update 15/umbraco-cms/fundamentals/setup/upgrading/version-specific/migrate-custom-property-editors-to-umbraco-14.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent d8bb86e commit ec63d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/setup/upgrading/version-specific/migrate-custom-property-editors-to-umbraco-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public bool IsConverter(IPublishedPropertyType propertyType)
7070
If the Property Editor is built with a [Data Editor](https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/creating-a-property-editor#setting-up-a-property-editor-with-csharp), we:
7171

7272
1. Assign the Data Editor `Alias` to the Data Type `EditorUiAlias`, and
73-
2. Retain the Data Type `EditorAlias` to as-is (which is the Data Editor `Alias`).
73+
2. Retain the Data Type `EditorAlias` as-is (which is the Data Editor `Alias`).
7474

7575
{% hint style="info" %}
7676
The Data Editor `Alias` is found in the `DataEditor` attribute:

0 commit comments

Comments
 (0)