[AEM 6.2] I am trying to add sub/super script functionality to content fragment RTE but I am unable to trace the file that needs to be updated to make it work.
[AEM 6.2] I am trying to add sub/super script functionality to content fragment RTE but I am unable to trace the file that needs to be updated to make super/sub script work.
RTE is being rendered from toolbar.jsp (/libs/dam/cfm/admin/components/authoring/contenteditor/toolbar/toolbar.jsp) .
I added the below lines in toolbar.jsp but that is not enough and require some more changes. It will be great if you can help me with this
%><button is="coral-button" variant="quiet" icon="textSuperscript" iconsize="S" data-rte-command="subsuperscript#superscript"></button><%
%><button is="coral-button" variant="quiet" icon="textSubscript" iconsize="S" data-rte-command="subsuperscript#subscript"></button><%
