include property type editor

This commit is contained in:
Per Ploug Krogslund
2015-08-11 13:22:33 +02:00
parent 0c125736a1
commit e1fd1ab5e5

View File

@@ -53,6 +53,7 @@ namespace Umbraco.Web.Models.Mapping
var editor = PropertyEditorResolver.Current.GetByAlias(def.PropertyEditorAlias);
if (editor != null)
{
basic.Alias = editor.Alias;
basic.Group = editor.Group;
basic.Icon = editor.Icon;
}