Commit 5fcfb368622 for woocommerce

commit 5fcfb368622701bdb5fd2f000250aa854954a3cb
Author: Seun Olorunsola <30554163+triple0t@users.noreply.github.com>
Date:   Fri Aug 14 09:26:25 2026 +0100

    Update landing page URL in email editor blueprint configuration (#67716)

diff --git a/packages/js/email-editor/blueprint.json b/packages/js/email-editor/blueprint.json
index 9b857bfd0fb..2b5b38fb91c 100644
--- a/packages/js/email-editor/blueprint.json
+++ b/packages/js/email-editor/blueprint.json
@@ -1,5 +1,5 @@
 {
-	"landingPage": "/wp-admin/edit.php?post_type=woo_email",
+	"landingPage": "/wp-admin/admin.php?page=wc-settings&tab=email",
 	"preferredVersions": {
 		"php": "8.2",
 		"wp": "latest"