Hi,
Can anyone please help me to create the component in AEM6.2 with
1. Image with alt text
2. Rich text where we can write text and edit the margin, color, font-size, font-weight (free style) --- different component.
I have tried using sling:resourceTpe="granite/ui/components/foundation/form/pathbrowser" and getting the only image as mentioned below
<img src="${href.link}" >
But I need to get the other properties like size,alt text for image from dialog,do we need to add all these properties as a JCR node in the dialog.
Please suggest.
Solved! Go to Solution.
As @riteshrajput suggested it should be available in OOB image component. If you need modifications you can copy it and modify it as per your needs or you can overlay.
Views
Replies
Total Likes
Have you explored the OOB image component /libs/foundation/components/image? it gives you the feature author to add the alt text.
As @riteshrajput suggested it should be available in OOB image component. If you need modifications you can copy it and modify it as per your needs or you can overlay.
Views
Replies
Total Likes
Views
Likes
Replies