Merge branch 'u4-11502' of https://github.com/AndyButland/Umbraco-CMS into temp8-11502

This commit is contained in:
Stephan
2018-07-18 11:13:22 +02:00
30 changed files with 832 additions and 222 deletions

View File

@@ -24,5 +24,8 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "isMandatory")]
public bool Mandatory { get; set; }
[DataMember(Name = "fallbackLanguageId")]
public int? FallbackLanguageId { get; set; }
}
}