Providers

Content Creation API BaseUrl

Name of the config key store key containing the url for the content creation api.

${DBKS:CCA_ENDPOINT}

Content Provider (LCC/OC)

Name of the config key store key containing the name of the content provider configuration. The Key Store value is standard as customer-editorial

${DBKS:CA_PROVIDER}

ICP image content provider

Provider

Name of the config key store key containing the name of the image content provider configuration. The Key Store value is standard as customer-editorial

${DBKS:ICP_PROVIDER}

Identifier

Enter the identifier ("uuid" för im-engine or "filename" for imgix).

uuid

Functions

Key

Type

Description

noCrop

string

Enter the name of an ICP function that returns a cropped image with a set width and height.

crop

string

Enter the name of an ICP function that returns an uncropped image with a set width and height.

fullSize

string

Enter the name of an ICP function that returns a full size image. (Original image)

Example:

{
    "noCrop": "noCrop",
    "crop": "crop",
    "fullSize": "fullSize"
}

Here you will find examples of how to write the functions in the ICP Configuration for im-engine and imgix.