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.

Keep in mind that additional tabs appear in the three-dot menu rather than as visible items in the main bar.

The URL request includes several parameters:

  • The authentication token (encrypted)
  • The lang (language ID)
  • The node uuid
  • The userId

Configuration

Field / PropertyTypeDescription

extension.extra.tab.workspace

List

A title-and-URL pair. You can add a single line (where the character ';' separates the title and URL) or several lines.

OpenKM;https://www.openkm.com

If the URL does not start with http, it is considered an OpenKM relative path and will be merged with your OpenKM server URL as YOUR_OPENKM_URL/url.

When you embed a URL in an iframe that belongs to a subdomain that is different from the application's domain, you must include that domain in the configuration; otherwise, the browser will block it for security reasons. You can find more information about the okm.content.security.policy configuration parameter in the 'Experimental configuration parameters' section.

 webservices.visible.properties

 List

To make the values of the parameter "extension.extra.tab.workspace" accessible to all users, that parameter must be added to the current list.

If you forget to add the property name, only administrators will be able to retrieve the value, so some extensions may produce errors for regular users.

More information is available at Configuration parameters.

Sample

Table of contents [ Hide Show ]