Extra tab workspace extension
The ExtraTab allows you to easily add new tabs with a name and a specific URL.
This option is only available if you have enabled the ExtraTab feature.
There are several parameters passed in the URL request:
- The authentication token (encrypted)
- The lang (language ID)
- The node UUID
- The user ID
Configuration
| 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 http, it's considered an OpenKM relative path and will be merged with your OpenKM server URL like YOUR_OPENKM_URL/url |
|
webservices.visible.properties |
List |
To make the values of the parameter "extension.extra.tab.workspace" accessible to all users, the value "extension.extra.tab.workspace" must be added to the current list. If you forget to add the property name, only administrators will be able to get the value, so some extensions may produce errors for regular users. |
More information is available at Configuration parameters.