I have a requirement when the user clicks on Bold icon of the RTE then the text has to be wrapped with <strong> tag instead on <b>.
I tried using the solution from the link Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Rich Text Editor Remove Bold and A... but i am not able to add the Strong plugin. From the solution able to remove the bold tag but not able to add Strong plugin.
I am using AEM 6.3 + Service pack 2. Any help in this regard.
I would like to overlay this solution and not confined to just one component so whenever a RTE is used and bold is clicked then the text should be wrapped with <strong> tag instead of <b> tag.