Try our conversational search powered by Generative AI!

Episerver Content Delivery Api - Unique Selling points are not returned

Found in

EPiServer.ContentDeliveryApi 1.0.0

Fixed in

EPiServer.ContentDeliveryApi 1.0.1

(Or a related package)

Created

Apr 26, 2018

Updated

May 28, 2018

State

Closed, Fixed and tested


Description

The property UniqueSellingPoint is not returned in the json feed from a default Alloy site.

[Required]
[Display(Order = 305)]
[UIHint(Global.SiteUIHints.StringsCollection)]
[CultureSpecific]
public virtual IList<string> UniqueSellingPoints

{ get; set; }

The same property is neither indexed in th ContentApiModel section in the Find object. The other properties are indexed.