[MQ-110] tests image widget drag-n-drop

This commit is contained in:
Michelle Shull
2019-04-04 08:59:22 -04:00
committed by M. Shull
parent 19b1a6234f
commit a671aede6d
3 changed files with 35 additions and 0 deletions

View File

@ -140,6 +140,7 @@ Module.ImageBlockSettingsView = base.BlockSettingsView.extend({
});
ImageWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_image',
getTemplate: function () { return window.templates.imageInsertion; },
behaviors: {
DraggableBehavior: {