Internal Link
This plugin displays a button that redirects to internal BPC modules.
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. -
forceNewInstance: Specifies whether a new instance should always be created when the module is opened. -
targetInstanceId: Target instance to which the button links (internal module in the BPC). -
moduleConfiguration: Optional configuration block for transferring additional parameters to the target module.
Example configuration
{
"ui": "secondary",
"text": "CORE_LINK",
"iconCls": "x-fal fa-external-link",
"targetInstanceId": "auditlog",
"forceNewInstance": false,
"moduleConfiguration": {}
}
Keywords: