Internal Link
This plugin displays a button that redirects to internal BPC modules.
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 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 BPC). -
moduleConfiguration: Optional configuration block for passing additional Parameters to the target module.
Sample configuration
{
"ui": "secondary",
"text": "CORE_LINK",
"iconCls": "x-fal fa-external-link",
"targetInstanceId": "auditlog",
"forceNewInstance": false,
"moduleConfiguration": {}
}
Keywords: