Is it possible to customize Rich Text Editor to put H2 and H3 as options, using Node.js?

I have a form for creating news materials in my workspace. How do I modify the Rich Text Editor so that I can use H2, H3 and normal tags?

Hi @caioandersonf and welcome to our community !

I would need more information about your workflow.

  • What type of components are you using in your workspace?
  • And which one are you trying to use to display Rich Text Editor ?

Regards,

Shohan

We’re using a collection to show the editorial information. To create a new news item, go to actions and then to create, where we’ll have this form:


The conteĂşdo field would be the editorial content field, we thought it would be interesting to use the rich text editor on it.
The development of the components and all the changes made to the tools were programmed in node.js.

You can modify use different header sizes by clicking on “Normal”. You will have a dropdown where you can choose H1, H2 and normal.
You can select the text that you want to modify to only apply on what you want.

Best regards,

Shohan

Okay, but can I make H3 usable?

Hi @caioandersonf ,

The H3 is now available in the options of the Rich Text Editor.

Best regards,

Shohan

1 Like