External Link

This plugin displays a button that redirects to external web URLs.

external link

Configuration

The configuration parameters are described below:

  1. ui: Determines the visual representation of the button (e.g. secondary, primary).

  2. text: Label for the button (is translated).

  3. iconCls: CSS class for the Font Awesome icon of the button.

  4. openInNewWindow: Specifies whether a new tab should be opened when the url is opened.

  5. url: Target URL to which the button links.

Example configuration
{
    "ui": "secondary",
    "text": "CORE_LINK",
    "iconCls": "x-fal fa-external-link",
    "url": "https://docs.virtimo.net/de/docs/latest/index.html",
    "openInNewWindow": false
}