Changes imagecropper to store config in its property data

This commit is contained in:
perploug
2014-02-19 00:14:25 +01:00
parent 6637ceaf41
commit 81305173ca
15 changed files with 158 additions and 90 deletions

View File

@@ -21,6 +21,10 @@ namespace Umbraco.Web.Models.ContentEditing
[Required(AllowEmptyStrings = false)]
public string Alias { get; set; }
[DataMember(Name = "editor", IsRequired = false)]
public string Editor { get; set; }
/// <summary>
/// Used internally during model mapping
/// </summary>