fix model binding and more stuff in views

This commit is contained in:
Shannon
2021-04-09 16:31:03 +10:00
parent 8ea88a980a
commit a745ef54a7
6 changed files with 21 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Cms.Core.Models
/// </summary>
public class MemberPropertyModel
{
[Editable(false)]
[Required]
public string Alias { get; set; }
//NOTE: This has to be a string currently, if it is an object it will bind as an array which we don't want.