External Link
This plugin displays a button that redirects to external web URLs.
Configuration
The configuration parameters are described below:
-
ui: Determines the visual representation of the button (e.g. secondary, primary). -
text: Label for the button (is translated). -
iconCls: CSS class for theFont Awesomeicon of the button. -
openInNewWindow: Specifies whether a new tab should be opened when the url is opened. -
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
}