Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Key

Mandatory/ Optional

Type

Purpose

CT_PROPERTY_LABELS

Mandatory

String

This key is used to provide the property file that CT uses to display label texts, list values in drop-down, error messages, and alerts.

CT_LANG_COUNTRY_CODE

Mandatory

String

This key is used to provide the supported locale keys.More than one language_Country codes are added with ',' separator.

DEFUALT_PATH_FOR_BUNDLE

Mandatory

String

This key is used to provide the default temp folder in the server system for the canvas application activity, e.g.

  • For windows - /Temp
  • For unix/linux - /Temp

CT_LABELS_OVERRIDE_BUNDLE_NAME

Mandatory

String

This key is used to provide the properties file, which overrides the default canvas provided labels.

CT_RBL_SOURCE_CLASSMandatoryOptionalStringThis key is used to fetch resource bundles configured externally, such as Content Management Systems. The respective class must implement interface 'com.intellectdesign.canvas.resources.IResourceBundleSource'.

...