From a8a412b405f62fe1afbfc9bde4d171c61325156d Mon Sep 17 00:00:00 2001 From: Rostislav Wolny Date: Wed, 8 Jan 2025 14:03:36 +0100 Subject: [PATCH] Add Todo for content validation [MAILPOET-6393] --- packages/php/email-editor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/php/email-editor/README.md b/packages/php/email-editor/README.md index 9d60f38dfc..570a688c51 100644 --- a/packages/php/email-editor/README.md +++ b/packages/php/email-editor/README.md @@ -82,3 +82,4 @@ We may add, update and delete any of them. - Fix the use of MailPoet vendor packages in the Email editor. We currently use `Emogrifier` and `Html2Text`. - Fix the Send button (button to send email) or redirect it elsewhere. It is currently pointing to the `mailpoet-newsletter` page. - We currently support post editing context (a post has to be created before we can use the editor). We need to add support for creation context. +- The content validation in the editor looks for the unsubscribe link tag, which is registered in the MailPoet plugin. We need either introduce generic unsubscribe link tag or move the validation to the MailPoet plugin.