Theme Switcher
Menu or toolbar (depending on the location of the plugin assignment) for selecting a BPC theme. The BPC is reloaded with the selected theme after the selection.

Configuration
The configuration parameters are described below:
-
text: Label for the selection element. -
iconCls: Icon for the selection element. -
themeIconCls: Icon for the elements in the theme selection list if no icon is set for a specific element. -
theme: Configuration of the display of an element in the theme selection list. For an element,text,iconClsandhiddencan be configured. The name of the theme should also be given.

Example configuration
{
"text": "CORE_THEME_SWITCHER_PLUGIN_LABEL",
"iconCls": "x-fal fa-desktop",
"themeIconCls": "x-fal fa-refresh",
"theme": {
"default": {
"text": "CORE_STANDARD_THEME",
"iconCls": "virtimoNavigationIcon icon16",
"hidden": false
}
}
}
Keywords: