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 language to 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. Automatically, it tries to resize the image to 316px × 74px ( suggested background #F1F3F5 ). |
logo. mobile |
String
|
Mobile logo. Automatically, it tries to resize the image to 161px × 38px ( suggested background #F1F3F5 ). |
logo. report
|
String
|
Reports logo. Automatically, it 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 ${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 download in live mode. Once this number is exceeded, the application will notify the user that the ZIP creation will be executed in background mode. And after it is finished, it will notify the user - by mail - with a download URL. Value 0 indicates an unlimited number of files. Downloading a couple of selected files and folders can take time. The application on the server side creates a temp folder where all data is packed as a ZIP file and then forwarded to the end user interface. 100 |
download.zip.live.max.file.size
|
String
|
Sets the maximum size of all files allowed to download in live mode. Exceeding this size, the application will notify the user that the ZIP creation will be executed in background mode. After it is finished, it will notify the user via email with a download URL. Value 0 indicates unlimited size. Indicates size units with KB, MB, GB, or TB; otherwise, the value will be considered bytes. Downloading a couple of selected files and folders can take time. The application on the server side creates a temp folder where all data is packed as a ZIP file and then forwarded to the end user interface. 100MB |
min.search.characters |
Integer |
Sets the minimum characters required to execute a search. With fewer characters, the search button will not be enabled. 3 |