README.md
25 lines
| 1 | # MailPoet Plugin Email Editor Integration |
| 2 | |
| 3 | This folder contains the code for the MailPoet Plugin Email Editor Integration. |
| 4 | |
| 5 | **MailPoet** specific code and features should be placed here. |
| 6 | |
| 7 | ### Integrations |
| 8 | |
| 9 | - PHP Integration can be found [](Integrations/MailPoethere-->mailpoet/lib/EmailEditor/Integrations/MailPoet](Integrations/MailPoet](Integrations/MailPoet) |
| 10 | - JS Integration is subdivided. |
| 11 | - Custom Gutenberg blocks should be [](../../assets/js/src/mailpoet-custom-email-editor-blockshere-->mailpoet/assets/js/src/mailpoet-custom-email-editor-blocks](../../assets/js/src/mailpoet-custom-email-editor-blocks](../../assets/js/src/mailpoet-custom-email-editor-blocks) |
| 12 | - MailPoet extended integration (i.e., using MailPoet components within the email editor) should be [](../../assets/js/src/mailpoet-email-editor-integrationhere-->mailpoet/assets/js/src/mailpoet-email-editor-integration](../../assets/js/src/mailpoet-email-editor-integration](../../assets/js/src/mailpoet-email-editor-integration) |
| 13 | |
| 14 | ## FAQ |
| 15 | |
| 16 | 1. How can I activate the new email editor? |
| 17 | - You need to active it as an experimental feature on the URL {your-website}/wp-admin/admin.php?page=mailpoet-experimental |
| 18 | - Afterward, you can see a dropdown button when you want to create a new email. |
| 19 | 2. Are emails from the old editor compatible? |
| 20 | - No. Unfortunately, email editors are not compatible at this moment, and there is no tool which would allow you to migrate old emails yet. |
| 21 | 3. Which WP versions are supported? |
| 22 | - The new email editor supports only the latest WP version. |
| 23 | 4. Can I use the latest Gutenberg version? |
| 24 | - You can use the latest version by installing the Gutenberg plugin, but there is a high chance that the editor will not work properly. |
| 25 |