Add Todo for content validation

[MAILPOET-6393]
This commit is contained in:
Rostislav Wolny
2025-01-08 14:03:36 +01:00
committed by Aschepikov
parent 0ae5e8c7fe
commit a8a412b405

View File

@@ -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.