Naviga Photos
2.1.1
2.1.1
  • Welcome to Naviga Photos!
  • Introduction
    • What is Naviga Photos?
  • User Guide
    • Top menu
    • Uploading photos
      • Manage the list
    • Metadata settings
      • Individual metadata
      • Reset metadata
      • Mandatory metadata
      • Remove photo from selection
    • History
    • Find uploaded photos
      • Manage metadata settings
      • Preview
      • Download photos
      • Copy UUID
    • Navigation and hotkeys
  • Admin Guide
    • Installation and upgrade
    • Requirements
    • Changelog
    • Permissions
    • Configuration
      • Metadata
        • XMP
        • IPTC
        • EXIF
      • Providers
        • ICP configuration examples
      • Validation
      • Mappings
  • Developer Guide
    • See the source code
Powered by GitBook
On this page
  • Content Creation API BaseUrl
  • Content Provider (LCC/OC)
  • ICP image content provider

Was this helpful?

  1. Admin Guide
  2. Configuration

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"
}

PreviousEXIFNextICP configuration examples

Last updated 5 years ago

Was this helpful?

of how to write the functions in the ICP Configuration for im-engine and imgix.

Here you will find examples