[MQ-105] tests adding social block to editor

This commit is contained in:
Michelle Shull
2019-04-11 15:10:55 -04:00
committed by wxa
parent 1923005897
commit 7cb861b16a
4 changed files with 37 additions and 1 deletions

View File

@@ -270,6 +270,7 @@ SocialBlockSettingsStylesView = Marionette.View.extend({
});
Module.SocialWidgetView = base.WidgetView.extend({
id: 'automation_editor_block_social',
getTemplate: function () { return window.templates.socialInsertion; },
behaviors: {
DraggableBehavior: {