[MQ-109] tests text block can be added to editor

This commit is contained in:
Michelle Shull
2019-04-11 17:13:32 -04:00
committed by M. Shull
parent a8584523d3
commit 3fbdd861b2
3 changed files with 31 additions and 1 deletions

View File

@ -80,6 +80,7 @@ Module.TextBlockSettingsView = base.BlockSettingsView.extend({
});
Module.TextWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_text',
getTemplate: function getTemplate() { return window.templates.textInsertion; },
behaviors: {
DraggableBehavior: {