Add tooltip to image heading

[MAILPOET-976]
This commit is contained in:
Pavel Dohnal
2017-08-03 09:13:56 +02:00
parent d02aed870e
commit c466e53681
4 changed files with 11 additions and 1 deletions

View File

@@ -66,6 +66,10 @@ define([
tooltipId: 'tooltip-editor-full-width',
tooltip: MailPoet.I18n.t('helpTooltipDesignerFullWidth'),
});
MailPoet.helpTooltip.show(document.getElementById('tooltip-designer-ideal-width'), {
tooltipId: 'tooltip-editor-ideal-width',
tooltip: MailPoet.I18n.t('helpTooltipDesignerIdealWidth'),
});
},
getTemplate: function() { return templates.imageBlockSettings; },
events: function() {