- Change TinyMCE to not convert URLs containing shortcodes;

- Refactor TinyMCE calls into reusable Behavior;
MAILPOET-670
This commit is contained in:
Tautvidas Sipavičius
2016-11-11 15:30:09 +02:00
parent 1405249712
commit aabe71d473
5 changed files with 144 additions and 127 deletions

View File

@ -150,6 +150,7 @@ config.push(_.extend({}, baseConfig, {
'newsletter_editor/behaviors/ResizableBehavior.js',
'newsletter_editor/behaviors/SortableBehavior.js',
'newsletter_editor/behaviors/ShowSettingsBehavior.js',
'newsletter_editor/behaviors/TextEditorBehavior.js',
'newsletter_editor/blocks/base.js',
'newsletter_editor/blocks/container.js',
'newsletter_editor/blocks/button.js',
@ -227,6 +228,7 @@ config.push(_.extend({}, baseConfig, {
'newsletter_editor/behaviors/ResizableBehavior.js',
'newsletter_editor/behaviors/SortableBehavior.js',
'newsletter_editor/behaviors/ShowSettingsBehavior.js',
'newsletter_editor/behaviors/TextEditorBehavior.js',
'newsletter_editor/blocks/base.js',
'newsletter_editor/blocks/container.js',
'newsletter_editor/blocks/button.js',