Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
EPiServer.ContentManagementApi 2.20.0
EPiServer.ContentDeliveryApi 3.6.0
Oct 07, 2022
Dec 02, 2022
Closed, Acceptance tests pass
Optimizely Content Cloud supports list of properties (such as a list of blocks).
Usage:
When not flattened format:
"blockList": { "value" : [ { "blockHeading" : { "value" : "Heading_1" } }, { "blockHeading" : { "value": "Heading_2" } } ] }
When format is set to flattened:
"blockList": [ { "blockHeading" : "Heading_3" }, { "blockHeading" : "Heading_4" } ]