Change exposed PropertyGroupType enum from int to string values

This commit is contained in:
Ronald Barendse
2021-09-07 15:59:26 +02:00
parent 8ce4993cdc
commit 02310cb3ec
16 changed files with 29 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Cms.Core.Models.ContentEditing
public Guid Key { get; set; }
[DataMember(Name = "type")]
public int Type { get; set; }
public string Type { get; set; }
[DataMember(Name = "active")]
public bool IsActive { get; set; }