April 14, 2020
Estimated Post Reading Time ~

Creating a Custom Image Text component for Experience Manager

As an Adobe Experience Manager component 6.3/6.4 developer, you can create custom components to address project requirements. For example, you can create a custom image/text component that can let an author dynamically set the position of the image on a web page. A author can set the image on the left side of the page, as shown here.


Likewise, the author can set the image on the right side.


Benefits of creating this custom text/image component are as follows:
No need to merge everything into one single component.
An author can drag and drop additional components as required.
This component has a custom image, heading and button component. which can be added or deleted from the parsys.

It is responsive so as per screen resolution, it is adjusted.
In the main div, you can first select the image position i.e left/right.
To read this development article, click https://helpx.adobe.com/experience-manager/using/htl_image_text.html.

NOTE: This component does not make use of backend Java code, only front end HTL logic.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.