Extensions configuration parameters
ExtraTab extension
The ExtraTab allows for easy addition of a new tab with a name and a specific URL.
Field / Property | Type | Description |
---|---|---|
extension.extra.tab.workspace |
List |
A title and URL pair. You can add a single line (where the character ; is the separator between title and URL) or several lines. OpenKM;http://www.openkm.com If the URL does not start with extension.extra.tab.workspace, it is considered an OpenKM relative path and will be merged with your OpenKM server URL like YOUR_OPENKM_URL/url |
External preview extension
The External Preview feature helps to preview documents based on an external URL request.
Field / Property | Type | Description |
---|---|---|
extension.external.preview |
List |
Each row (a pair of values) is a preview content declaration; the format is: mime-type;url application/illustrator;http://localhost:8180/OpenKM/test.jsp |
External tab document extension
The External tab document feature shows extra tabs in the tab document view based on an external URL request.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.document | List |
The format for each line is title;URL, where the character ";" is used as the separator between the title of the tab and the URL of the contents. OpenKM;http;//www.openkm.com |
External tab folder extension
The External Tab Folder feature helps you show the tab content in the properties tab based on an external URL request when a folder node is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.folder |
List |
Each row is a pair of values declaring tab content; the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |
External tab mail extension
The External Tab Mail feature helps you show tab content in the properties tab based on an external URL request when a mail node is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.mail |
List |
Each row is a pair of values declaring tab content; the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |
External tab record extension
The External Tab Record feature helps you show tab content in the properties tab based on an external URL request when a record node is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.record |
List |
Each row is a pair of values declaring tab content; the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |