Fixed incorrect BlockListPropertyValueConverter delivery api property value type
This commit is contained in:
committed by
Sebastiaan Janssen
parent
1bcfcf4e84
commit
4d80073547
@@ -113,7 +113,7 @@ public class BlockListPropertyValueConverter : BlockPropertyValueConverterBase<B
|
||||
|
||||
/// <inheritdoc />
|
||||
public Type GetDeliveryApiPropertyValueType(IPublishedPropertyType propertyType)
|
||||
=> typeof(IEnumerable<ApiBlockListModel>);
|
||||
=> typeof(ApiBlockListModel);
|
||||
|
||||
/// <inheritdoc />
|
||||
public object? ConvertIntermediateToDeliveryApiObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel referenceCacheLevel, object? inter, bool preview, bool expanding)
|
||||
|
||||
Reference in New Issue
Block a user