AEM 6.5 RTE custom style not working in Dialog not even enabled
Hi Team,
I tried to apply the style in RTE , and style icon is not enabled in Dialog fullscreen mode.
In Inplace editor style applied to total RTE content.
Hi Team,
I tried to apply the style in RTE , and style icon is not enabled in Dialog fullscreen mode.
In Inplace editor style applied to total RTE content.
Hi, @santoshkammar,
To enable the style system at the component level,
1. Add the below node in cq:design_dialog: cq:design_dialog/content/items/tabs/items/styletab
Properties:
path String /mnt/overlay/cq/gui/components/authoring/dialog/style/tab_design/styletab
sling:resourceType String granite/ui/components/coral/foundation/include
2. Once that is done, add your css classes in BEM notation in css files of that particular component.
3. Later, add the classes in the component policies.

As per your query, the classes in css file might be written in such a way that the change in style impacts the whole div. So please check it accordingly.
Hope this helps.
Thanks,
Kiran Vedantam.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.