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 |
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.workspacep is considered as 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 couple 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 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 to show the tab content in the properties tab based on an external URL request when a node folder is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.folder |
List |
Each row is a couple of values with a tab content declaration, the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |
External tab mail extension
The External Tab Mail feature helps you to show tab content in the properties tab based on an external URL request when a node mail is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.mail |
List |
Each row is a couple of values with a tab content declaration, the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |
External tab record extension
The External Tab Record feature helps you to show tab content in the properties tab based on an external URL request when a node record is selected.
Field / Property | Type | Description |
---|---|---|
extension.external.tab.record |
List |
Each row is a couple of values with a tab content declaration, the format is: name;url name1;http://localhost:8180/OpenKM/test.jsp |