Hi All,
In AEM 6.5.5 - richtext field of any component (either custom project specific or we-retail), all the rte plugins are in enabled(clickable) by default, before any text entered or selected.
From the above screenshot we can observe that "Hyperlink, Unlink, cut, copy, paste" plugins are clickable by default(with selecting any text/word)
In earlier versions (6.4, 6.3..) when we select(highlight) some text, then - cut, copy, hyperlink, etc... plugins will be clickable(enabled).
But in 6.5.5 all are clickable(enabled) by default. But functionalities are working fine. Is this expected ? or is it know issue?
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @praveenk9057427 ,
All RTE options will show in the component as per configured plugins in RTE. If you check the resource type of (either custom project-specific or we-retail) and "cq:dialog" or "cq:editconfig" of the component, you will see the entry of each plugin in that node.
Looks specifically for "rtePlugins"
here is the example of text V2 component from core component library
path : /apps/core/wcm/components/text/v2/text/cq:dialog/content/items/tabs/items/properties/items/columns/items/column/items/text/uiSettings/cui/dialogFullScreen
inline is for => to show option while inline editing content
dialogFullScreen => to show option after opening dialog in full screen
tableditoptions => to show all the options when you expand table plugin
please check this document :
So yes, this is expected behavior if all the plugins are configured.
Thanks
Hi @praveenk9057427 ,
All RTE options will show in the component as per configured plugins in RTE. If you check the resource type of (either custom project-specific or we-retail) and "cq:dialog" or "cq:editconfig" of the component, you will see the entry of each plugin in that node.
Looks specifically for "rtePlugins"
here is the example of text V2 component from core component library
path : /apps/core/wcm/components/text/v2/text/cq:dialog/content/items/tabs/items/properties/items/columns/items/column/items/text/uiSettings/cui/dialogFullScreen
inline is for => to show option while inline editing content
dialogFullScreen => to show option after opening dialog in full screen
tableditoptions => to show all the options when you expand table plugin
please check this document :
So yes, this is expected behavior if all the plugins are configured.
Thanks
Hi @Sanket_Kumbharkhane sorry for the confusion made from my question. I have edited the question. Could you please check. All the plugins showing in screenshot are configured under "rteplugins" but by default all the plugins are clickable on hovering while editing field. which was not case in earlier versions.
Views
Replies
Total Likes
Hi @praveenk9057427 ,
I have checked the release notes and not seen any of such remark in sites section.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies