Hello folks, hope you are doing well.
I'm trying to change the <i> and <b> to use the <em> and <strong> tags respectively on a text component that I have on my project. The resource super type of the component is set to
resourceSuperType="core/wcm/components/text/v2/text"
I have modified the dialog to include the rtePlugins and htmlRules nodes as well as the node:
<semanticMarkupMap
jcr:primaryType="nt:unstructured"
b="strong"
i="em"/>
inside htmlRules. There are several posts indicating this is the right approach. The problem is that the em and strong tags are only showing when I open the component dialog and not when I use the pencil icon for inline editing. Is it possible to enable such functionality?
Thanks