Is it possible to hide Style tab from Rich Text component | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by dorianhallward

One approach would be to provide your own custom version of the rich text editor - by copying the components scripts and configuration to your own /apps/your-app/components/content/text node and remove the unwanted tab.

You could also hide the Style tab using javascript, again ideally in a custom of the rich text editor.            

2 replies

dorianhallwardAccepted solution
New Participant
October 16, 2015

One approach would be to provide your own custom version of the rich text editor - by copying the components scripts and configuration to your own /apps/your-app/components/content/text node and remove the unwanted tab.

You could also hide the Style tab using javascript, again ideally in a custom of the rich text editor.            

Xena_bcn
Xena_bcnAuthor
New Participant
October 16, 2015

thank you. seems this is the right way to do it.