[MQ-183] tests adding header block to editor

This commit is contained in:
Michelle Shull
2019-04-11 15:55:56 -04:00
committed by Pavel Dohnal
parent 8f734a538a
commit 02e8a8eb15
5 changed files with 430 additions and 2 deletions

View File

@ -98,6 +98,7 @@ Module.HeaderBlockSettingsView = base.BlockSettingsView.extend({
});
Module.HeaderWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_header',
getTemplate: function getTemplate() { return window.templates.headerInsertion; },
behaviors: {
DraggableBehavior: {