adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
282 stars 537 forks source link

WCM Core Email components added for v6.5 #397

Open knennigtri opened 1 year ago

knennigtri commented 1 year ago

Description

New submodule called /email for POC for email pages for ACC/ACS using AEM v6.5.x

Feature request: #396

Motivation and Context

Core Email Components are now supported with WCM Core Components v2.21.2. Adobe gives good documentation for them, but a good example is lacking. Using WKND's brand to highlight these components helps developers investigate the components and gain interest.

How Has This Been Tested?

Core email components 1.0.0 requires AEM 6.5.14+ and Core Components v2.21.2

AEM 6.5.14 with this project integrated with ACS successfully sent the email page from AEM to ACS. AEM >> ACC has not been tested

Screenshots (if appropriate):

The example email tries to highlight some of the new WCM Email Core components as well as maintaining the basic layout of the original examples that existed with the We.Retail example. image

Types of changes

Checklist:

SachinMali commented 1 year ago

@knennigtri This is great, however instead of a new submodule (email) can this be a separate project like WKND Shared. This will help to have decoupling and somewhat independent development, and release cycle.

knennigtri commented 1 year ago

@SachinMali this makes sense, I'll just need a bit of guidance (official repo, publishing to maven, etc...) on how to do that.

SachinMali commented 1 year ago

@knennigtri Thanks and sorry for the delay. Please see high-level steps