A developer needs to create a banner component. This component shows an image across the full width of the page. A title is shown on top of the image. This text can be aligned to the left, middle, or right. The core components feature a teaser component which matches almost all requirements, but not all.
What is the most maintainable way for the developer to implement these requirements?
- Use and configure the teaser core component.
- Create a new custom component from scratch.
- Overlay the teaser core component.
- Inherit from the teaser core component.
Answer(s): A
Reference:
https://helpx.adobe.com/es/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part7.html
Reveal Solution Next Question