Replaces the last static strings with language keys

This commit is contained in:
Per Ploug
2017-01-13 13:20:38 +01:00
parent 32abebd0a0
commit 9b9db23461
7 changed files with 37 additions and 44 deletions

View File

@@ -36,6 +36,9 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "masterTemplateAlias")]
public string MasterTemplateAlias { get; set; }
[DataMember(Name = "isMasterTemplate")]
public bool IsMasterTemplate { get; set; }
/// <summary>
/// This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.
/// </summary>