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