Duplicated content when adding a new column

Update: This issue has been fixed on MailPoet version 3.42.0

When you're editing or creating a newsletter with our Editor, you may face an issue with duplicated content when adding a new column template to the newsletter.

In this case, follow these steps to have it fixed:

1
Access your website using the Chrome web browser and go to the MailPoet Newsletter Editor to edit your newsletter;
2
Right-click the newsletter Editor window and select  Inspect:
3
Go to Console tab and paste this javascript line there:
var c = EditorApplication.getConfig().toJSON(); c.blockDefaults.container = {}; EditorApplication.setConfig(c);
	

4
Hit "Enter" to update the changes:

Then you'll need to either save/export a new template, or save the email you're working on.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.