adobe/aem-core-email-components

Teaser component

stein-rockware opened this issue · 2 comments

A combination of title, text, image and call-to-action.

Requirements:

  • Capability to display the image as a background image or as a regular image.
  • Capability to use the Campaign personalization fields in the RTE for the description.
  • Implement teaser component based on core teaser component
  • Update rendering so it uses email core components instead of core components
  • Implement background image option
  • Check: use image from linked page's properties if no image is defined in teaser
  • Write Selenium tests
  • Document

Estimation: M (10 Days)

Issues found during testing:

  • Image is not rendered when teaser is shown in wcmmode=disabled or in ACC
  • Background image is rendered with URL pointing to local AEM instance, but it should be an externalized URL pointing to publish instance
  • "Don’t provide an alternative text" in dialog has no effect

Issues found fixed, as for Teaser Model changes will be done using the urlMapperService instead of current Implementation as discussed with @edoardo-goracci