Merge branch 'netcore/dev' into netcore/netcore

This commit is contained in:
Bjarke Berg
2020-06-11 15:17:42 +02:00
7 changed files with 455 additions and 28 deletions

View File

@@ -29,5 +29,7 @@ namespace Umbraco.Web.Models
public string EventElement { get; set; }
[DataMember(Name = "customProperties")]
public JObject CustomProperties { get; set; }
[DataMember(Name = "skipStepIfVisible")]
public string SkipStepIfVisible { get; set; }
}
}
}