This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
I have one RTE component which has three stylings I need to add one more
Below bold -> I need to add one more style("PARAFORM") which is to be utilized in only two components. I donot wants to change the rteplugins for RTE component.
How can we achieve this? Using Sling Merger?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ronnie09
You can overlay RTE component placing it under /apps(copy paste component from libs/core and customize it)
OR
If the component already under /apps you may create second version and customize it accordingly.
and add additional style into it, for more details how to do please visit this article https://aem4beginner.blogspot.com/how-to-overlay-component-using-sling
Also to understand Sling Resource Merger how it works check this out
1. https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/sling-resource-mer...
2. http://www.sgaemsolutions.com/2017/09/sling-resource-merger-in-aem-63.html
Reference: https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/overlays.html?lang...
Hope that helps!
Regards,
Santosh
Hi @Ronnie09
You can overlay RTE component placing it under /apps(copy paste component from libs/core and customize it)
OR
If the component already under /apps you may create second version and customize it accordingly.
and add additional style into it, for more details how to do please visit this article https://aem4beginner.blogspot.com/how-to-overlay-component-using-sling
Also to understand Sling Resource Merger how it works check this out
1. https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/sling-resource-mer...
2. http://www.sgaemsolutions.com/2017/09/sling-resource-merger-in-aem-63.html
Reference: https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/overlays.html?lang...
Hope that helps!
Regards,
Santosh
Overlay the RTE component and add your required style in the same.