adobe/aem-core-email-components

Segmentation component

stein-rockware opened this issue · 0 comments

Acceptance criteria:

  • Based on the core tab component to create different containers for each segment and it's content
  • Only one container is displayed at a time. Authors can navigate to different segment via tab's toolbar
  • In the dialog, additional segments (tabs) can be added
  • Provide input field for an editor to express the condition
  • Render the ACC markup with condition
  • When in WCMMode = diabled || preview, just render all tabs; do not provide any JS
  • Write Selenium tests
  • Documentation

Example for ACC markup:
<% if ( recipient.age > 35 ) { %>Insert content here<% } %>