Skip to main content
New Participant
April 26, 2018

Add more formats in rtePlugin - paraformat

  • April 26, 2018
  • 8 replies
  • 16722 views

I have added richTextBox in my xtype js file where I have added paraformat plugin. Here below is my code for that ;

                 "rtePlugins" :{

                    "edit" : {

                        "features" : ['cut', 'copy', 'paste-plaintext']

                    },                  

                    "spellcheck" : {

                        "features" : "*"

                    },

                    "undo" : {

                        "features" : "*"

                    },

                    "findreplace" : {

                        "features" : "*"

                    },

                    "misctools" : {

                        "features" : "*"

                    },

                    "paraformat" : {

                        "features" : "*"

                    }

                },

But i am getting only paragraph, heading1, heading2, heading3 only in format tab. But I want to add more headings like h4, h5 etc. I have added richtext node having rtePlugin node that contains all the plugins available. Can anyone help me to add more formats in paraformat.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

8 replies

New Participant
May 2, 2018

Yes I was tried on both. Can you please explain me the end to end process, so that I can conclude where I am going wrong.

viveksachdeva
New Participant
May 2, 2018

Possible to share code package that you are using... I see it working when I followed the article above

Nirmal_Jose
Employee
April 29, 2018

have you tried both rtePlugins and uiSettings as in /libs/foundation/components/textimage/dialog/items/tab1/items/text

kglad
New Participant
April 26, 2018

is this an experience manager question?

New Participant
April 27, 2018

Yes it is related to adobe experience manager.

I have found a solution in the url: Configuring the Rich Text Editor , but i am not getting after adding richTextBox node, is there any configuration is required to use it in my dialog js file.

kglad
New Participant
April 27, 2018