http://issues.umbraco.org/issue/U4-7296
This commit is contained in:
Daniel
2015-10-22 23:41:18 +02:00
parent 71b3810e9c
commit ef091e8c3a
5 changed files with 40 additions and 17 deletions

View File

@@ -35,5 +35,8 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "validation")]
public PropertyTypeValidation Validation { get; set; }
[DataMember(Name = "linkText")]
public string LinkText { get; set; }
}
}