Remove preview from sidebar

[MAILPOET-2981]
This commit is contained in:
Pavel Dohnal
2020-08-28 13:05:03 +02:00
committed by Veljko V
parent 8ebba76c0f
commit 33b2a4923a
5 changed files with 0 additions and 62 deletions

View File

@ -197,7 +197,6 @@ global.templates = {
sidebarContent: Handlebars.compile(jQuery('#newsletter_editor_template_sidebar_content').html()),
sidebarLayout: Handlebars.compile(jQuery('#newsletter_editor_template_sidebar_layout').html()),
sidebarStyles: Handlebars.compile(jQuery('#newsletter_editor_template_sidebar_styles').html()),
sidebarPreview: Handlebars.compile(jQuery('#newsletter_editor_template_sidebar_preview').html()),
genericBlockTools: Handlebars.compile(jQuery('#newsletter_editor_template_tools_generic').html()),