Duplicated content when adding a new column
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:
- 4
- Hit "Enter" to update the changes:

var c = EditorApplication.getConfig().toJSON(); c.blockDefaults.container = {}; EditorApplication.setConfig(c);
Then you'll need to either save/export a new template, or save the email you're working on.