Commit da758584 authored by Kirill Unitsaev's avatar Kirill Unitsaev

widgets: init image_dual widget

parent e210051a
...@@ -21,6 +21,7 @@ class WidgetFactory: ...@@ -21,6 +21,7 @@ class WidgetFactory:
'avatar': AvatarWidget, 'avatar': AvatarWidget,
'file': FileChooser, 'file': FileChooser,
'image': ImageChooserWidget, 'image': ImageChooserWidget,
'image_dual': DualImageChooserWidget,
'choice': ChoiceWidget, 'choice': ChoiceWidget,
'choice_radio': RadioChoiceWidget, 'choice_radio': RadioChoiceWidget,
'theme_chooser': ThemeChooserWidget, 'theme_chooser': ThemeChooserWidget,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment