How to add custom styles to RTE component dynamically in AEM6.3?
Hi Guys,
We have a requirement like:
We are using single RTE component across multiple brand sites. So we need to load some site specific styles to RTE component(RichTextEditor).
For example: We have two sites: SiteA and SiteB. Now we want if we drag and drop RTE component on a page of SiteA, some SiteA specific styles get added to RTE component and when we drop RTE on SiteB page, some SiteB specific styles get added to RTE.
How to achieve this? Please suggest.
Thanks in advance