DX Engine for Cloudinary
Component | Requires Connector | Allows for Personalization |
---|---|---|
Static Image List | Yes | Yes |
Dynamic Image List | Yes | Yes |
Static Video List | Yes | Yes |
Dynamic Video List | Yes | Yes |
Connector Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Cloudinary API key | apiKey | |
Cloudinary API secret | apiSecret | |
Cloudinary Namespace | cloudName |
Static Image List
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Connection | connectionCode | The Connection Code of a configured Cloudinary Connector. |
Additional Fields to include in response | additionalFields | Array of fields to include in the response. Valid values are: context , tags , image_metadata , image_analysis . image_metadata and image_analysis are only available for tier 2 account. Read more here |
Component Experience Rule Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Cloudinary Images | resourceIds | An array of image resources identifiers to fetch. |
Transformations | transformations | Array of objects [{op, next}] . op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation. |
Dynamic Image List
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Connection | connectionCode | The Connection Code of a configured Cloudinary Connector. |
Max Results | maxResults | Defaults to 10. |
Additional Fields to include in response | additionalFields | Array of fields to include in the response. Valid values are: context , tags , image_metadata , image_analysis . image_metadata and image_analysis are only available for tier 2 account. Read more here |
Component Experience Rule Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Image Tag | imageTags | Array of tags that the images must have. |
Advanced Filter | advancedFilter | |
Transformations | transformation | Array of objects [{op, next}] . op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation. |
Static Video List
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Connection | connectionCode | The Connection Code of a configured Cloudinary Connector. |
Additional Fields to include in response | additionalFields | Array of fields to include in the response. Valid values are: context , tags . |
Component Experience Rule Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Cloudinary Videos | resourceIds | An array of video resources identifiers to fetch. |
Transformations | transformations | Array of objects [{op, next}] . op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation. |
Dynamic Video List
Component Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Connection | connectionCode | The Connection Code of a configured Cloudinary Connector. |
Max Results | maxResults | Defaults to 10. |
Additional Fields to include in response | additionalFields | Array of fields to include in the response. Valid values are: context , tags . |
Component Experience Rule Configuration
Parameter Name | Parameter Property | Description |
---|---|---|
Video Tag | videoTags | Array of tags that the videos must have. |
Advanced Filter | advancedFilter | |
Transformations | transformation | Array of objects [{op, next}] . op = Operaion. next is a boolean. If false, the transformation will be applied together with the last transformation. |