I have modified the CQ’s rich text editor with the special char plugins. But the issue is, this includes the html source editing plugin also. I don’t want to include that in my rich text editor. Is there any way that I can include special chars but not html source editing. Basically i don’t want the html editing option in RTE.
Solved! Go to Solution.
Views
Replies
Total Likes
See this AEM topic:
You can include only those chars that you want in the JCR. The doc states:
Under misctools create a node to hold the special character configurations:
Under specialCharsConfig create another node to hold the list of characters:
Under chars add a new node to hold an individual character definition.
If you do this and place only those special chars - you should get just special chars and not the other functionality.
Views
Replies
Total Likes
when adding misctools node, set property of features as "specialchars" not "*", use multiple field for adding
Views
Replies
Total Likes
See this AEM topic:
You can include only those chars that you want in the JCR. The doc states:
Under misctools create a node to hold the special character configurations:
Under specialCharsConfig create another node to hold the list of characters:
Under chars add a new node to hold an individual character definition.
If you do this and place only those special chars - you should get just special chars and not the other functionality.
Views
Replies
Total Likes