CrLfTab
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user