more work on removing the GUID requirement for prop editors, removes legacy editDataType webforms editor (U4-2801 Remove legacy/un-used editDataType.aspx webforms editor)

This commit is contained in:
Shannon
2013-09-06 15:27:38 +10:00
parent b1b7a330b5
commit 78741bf134
21 changed files with 46 additions and 361 deletions

View File

@@ -9,8 +9,8 @@ namespace Umbraco.Web.Models.ContentEditing
[DataContract(Name = "propertyEditor", Namespace = "")]
public class PropertyEditorBasic
{
[DataMember(Name = "editorId")]
public Guid EditorId { get; set; }
[DataMember(Name = "alias")]
public string Alias { get; set; }
[DataMember(Name = "name")]
public string Name { get; set; }