...
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.
|
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_CLASS | MandatoryOptional | String | This 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'. |
...