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 appearance of the button (e.g., secondary, primary).

  2. text: Label for the button (will be translated).

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

  4. openInNewWindow: Specifies whether a new tab should open when the URL is accessed.

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

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