I have created a styles node under rtePlugins but not able to see it in the dialog
Here is the rte dialog
I'm using Adobe Experience Manager, Version 6.5.0
Solved! Go to Solution.
Views
Replies
Total Likes
This solution worked for me
rte-styles-and-edit-in-touch-ui-dialog
You would need to add child nodes inside the style node in order for them to appear in the RT Editor.
You would need to declare a value and then a CSS name on which styling can be applied
Something like this:
<styles jcr:primaryType="nt:unstructured" features="*"> <styles jcr:primaryType="nt:unstructured"> <sampleStyle jcr:primaryType="nt:unstructured" cssName="sample" text="sample description"/> </styles> </styles>
Hi,
even without adding child nodes inside the style node we should still be able to see the "S" symbol right, with blank dropdown like in the screenshot below, which is not appearing in my case
This solution worked for me
rte-styles-and-edit-in-touch-ui-dialog
Views
Like
Replies