Skip to content

Extra config options

Created by: stanislaw55

Summary of changes:

  • add possibility to specify icon in PanelDescription (was possible only trough createPanel only)
  • add possibility to specify modelInConfig, modifiableByUser and formatter in both PanelDescription and createPanel method
  • add possibility to pass extra configuration options in form of keyword arguments to PanelDescription constructor. It widget has attribute named like passed argument name, its value is set to value passed by keyword argument value.

Merge request reports