Skip to content

Commit cd5452b

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 fc9a317 commit cd5452b

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
@@ -57,7 +57,7 @@ public bool IsConverter(IPublishedPropertyType propertyType)
5757
=> propertyType.EditorAlias.Equals("My.Editor.Alias");
5858
```
5959

60-
Since the migration moves the `alias` to `EditorUiAlias`, the Umbraco 14+ equivalent code looks like this:
60+
Since the migration moves the `alias` to `EditorUiAlias`, the Umbraco 14 and later equivalent code looks like this:
6161

6262
```csharp
6363
public bool IsConverter(IPublishedPropertyType propertyType)

0 commit comments

Comments
 (0)