User interface configuration parameters
Except for the favicon, the uploaded images are automatically resized to match the correct size. Most image formats, like JPG, PNG, etc., are allowed.
Field / Property | Type | Description |
---|---|---|
default.lang
|
String
|
Forces the user interface to use a specific language. By default, this parameter is empty. The value is based on the international language code. en-GB |
logo.favicon |
String |
Website icon. |
logo.login
|
String
|
Login page logo. It automatically tries to resize the image to 316px × 74px (suggested background #F1F3F5). |
logo.mobile |
String
|
Mobile logo. It automatically tries to resize the image to 161px × 38px (suggested background #F1F3F5). |
logo.report
|
String
|
Report logo. It automatically tries to resize the image to 150px × 35px (suggested background #FFF000). |
logo.tiny |
String |
A small logo is used at the top right of the OpenKM user interface. |
text.title
|
String
|
Browser title. This text is set between the ${text.title} HTML tags. |
thumbnail.size.lightbox
|
String
|
Maximum size - width * height - of the lightbox thumbnail. 640x640 |
thumbnail.size.properties
|
String
|
Maximum size - width x height - of the thumbnail in the properties view. 280x280 |
thumbnail.size.search
|
String
|
Maximum size - width x height - of the thumbnail in search view. 180x180 |
download.zip.live.max.files
|
Integer
|
Sets the maximum number of files allowed to be downloaded in live mode. If this number is exceeded, the application will notify the user that ZIP creation will be executed in background mode; after it is finished, it will notify the user by email with a download URL. Value 0 indicates an unlimited number of files. Downloading a few selected files and folders can take time. The application on the server side creates a temporary folder where all data is packed into a ZIP file and then forwarded to the end-user interface. 100 |
download.zip.live.max.file.size
|
String
|
Sets the maximum total size of files allowed to be downloaded in live mode. If this size is exceeded, the application will notify the user that ZIP creation will be executed in background mode. After it finishes, it will notify the user via email with a download URL. Value 0 indicates unlimited size. Specify size units with KB, MB, GB, or TB; otherwise, the value will be considered bytes. Downloading a few selected files and folders can take time. The application on the server side creates a temporary folder where all data is packed into a ZIP file and then forwarded to the end-user interface. 100MB |
min.search.characters |
Integer |
Sets the minimum number of characters required to execute a search. If fewer characters are entered, the search button will not be enabled. 3 |