This commit is contained in:
Stephan
2017-09-23 10:08:18 +02:00
parent c1e2625de0
commit 5ba2ffcbf3
224 changed files with 709 additions and 709 deletions

View File

@@ -17,8 +17,8 @@ namespace Umbraco.Web.Models.ContentEditing
public string TreeAlias { get; set; }
/// <summary>
/// This is optional but if specified should be the name of an angular service to format the search result.
/// </summary>
/// This is optional but if specified should be the name of an angular service to format the search result.
/// </summary>
[DataMember(Name = "jsSvc")]
public string JsFormatterService { get; set; }
@@ -32,4 +32,4 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "results")]
public IEnumerable<SearchResultItem> Results { get; set; }
}
}
}