[MQ-111] Test add divider to editor

This commit is contained in:
Michelle Shull
2019-04-04 11:01:40 -04:00
committed by Jan Jakeš
parent 02e8a8eb15
commit 24a7abba0b
4 changed files with 42 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ Module.DividerBlockSettingsView = base.BlockSettingsView.extend({
});
Module.DividerWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_divider',
getTemplate: function getTemplate() { return window.templates.dividerInsertion; },
behaviors: {
DraggableBehavior: {